How to create a git repo from existing jj repo? #7165
-
Hi, how to create a git repo from existing jj repo? Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
PhilipMetzger
Aug 4, 2025
Replies: 1 comment
-
it should be similar to https://jj-vcs.github.io/jj/latest/git-compatibility/#converting-a-repo-into-a-co-located-repo which moves the internal repo to a toplevel one. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
martinvonz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it should be similar to https://jj-vcs.github.io/jj/latest/git-compatibility/#converting-a-repo-into-a-co-located-repo which moves the internal repo to a toplevel one.