Skip to content

Commit

Permalink
git-compatibility.md: adjust instructions to convert to colocated rep…
Browse files Browse the repository at this point in the history
…o to match 872265a
  • Loading branch information
ilyagr authored Oct 19, 2023
1 parent d92be66 commit 6c529fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/git-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c529fe

Please sign in to comment.