How to fetch from a local copy in a "non-colocated" repo? #1822
-
I have one copy of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can I think you can also turn the original repo into colocated repo by moving directories and rewriting |
Beta Was this translation helpful? Give feedback.
You can
git fetch
from.jj/repo/store/git
. It wouldn't preserve JJ metadata (like change id or rewrite history), though.I think you can also turn the original repo into colocated repo by moving directories and rewriting
.jj/repo/store/git_target
file, but I don't remember the exact steps.