-
If I forget to init with |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I would try |
Beta Was this translation helpful? Give feedback.
-
You can move |
Beta Was this translation helpful? Give feedback.
-
I think this operation (colocation after the fact) should be a jj command, now with colocation being promoted as very usable and with this being brought up more than once. At the very least the steps to do it manually should be in the docs somewhere. |
Beta Was this translation helpful? Give feedback.
I would try
jj git clone --colocate repo/.jj/store/git new_repo
. Or justgit clone
and thenjj init --git-repo=.
. This will lose all of your change ids, you might as well clone from the remote.