ok/jj
1
0
Fork 0
forked from mirrors/jj

git-compatibility.md: adjust instructions to convert to colocated repo to match 872265a22

This commit is contained in:
Ilya Grigoriev 2023-10-18 18:48:33 -07:00
parent d92be6635c
commit 8762a2274f

View file

@ -170,7 +170,7 @@ mv .jj/repo/store/git .git
# Tell jj where to find it
echo -n '../../../.git' > .jj/repo/store/git_target
# Ignore the .jj directory in Git
echo /.jj/ > .git/info/exclude
echo '/*' > .jj/.gitignore
# Make the Git repository non-bare and set HEAD
git config --unset core.bare
jj st