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
Is your feature request related to a problem? Please describe.
We've repeatedly had the request in the Discord for a command which eases the transition from a bare Git backed repo (initialized with jj git init), to a colocated (so moving the .git directory adjacent to .jj) one. This command should be responsible for doing that.
Is your feature request related to a problem? Please describe.
We've repeatedly had the request in the Discord for a command which eases the transition from a bare Git backed repo (initialized with
jj git init
), to a colocated (so moving the.git
directory adjacent to.jj
) one. This command should be responsible for doing that.Implementation Steps
Add a new file under named
colocate.rs
undercli/src/commands/git/
(don't forget to addmod colocate
to themod.rs
).Implement these steps with code: https://martinvonz.github.io/jj/latest/git-compatibility/#converting-a-repo-into-a-co-located-repo
The text was updated successfully, but these errors were encountered: