forked from mirrors/jj
git-compatibility.md: adjust instructions to convert to colocated repo to match 872265a22
This commit is contained in:
parent
d92be6635c
commit
8762a2274f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue