You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
When installing ein with cargo install gitoxide, one can run ein tools organize to get a listing of how repositories would be moved if --execute was specified.
It could help to organize a pre-existing loose structure into the one proposed by git-grab, and from there git-grab could be used to maintain structure on any clone.
In any case, I will be using git-grab from now on as it's easier than git clone + ein t organize -e.
When installing
einwithcargo install gitoxide, one can runein tools organizeto get a listing of how repositories would be moved if--executewas specified.It could help to organize a pre-existing loose structure into the one proposed by
git-grab, and from theregit-grabcould be used to maintain structure on any clone.In any case, I will be using
git-grabfrom now on as it's easier thangit clone + ein t organize -e.