📁 Files
No files yet.
JJ Log
JJ Graph
No repository yet
Run jj git init to create a repository
No repository yet
Run jj git init to create a repository
jj git initjj git init --colocate inside your existing Git repo. jj shares the same .git folder — your history, remotes, and branches are all preserved. Teammates still see a normal Git repo. Note: colocation has some trade-offs — jj's internal bookmarks aren't visible to Git, so you may occasionally need to sync them. For pure jj workflows, non-colocated (jj git init without --colocate) is generally recommended. For this tutorial, just run jj git init to start.