From 6c529fe7dd4c847f4116a79d515f6dc21601aa8f Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Wed, 18 Oct 2023 18:48:33 -0700 Subject: [PATCH] git-compatibility.md: adjust instructions to convert to colocated repo to match 872265a22 --- docs/git-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index 7720e4faf6..e6340caccd 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -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