Skip to content

Commit f4b5460

Browse files
committed
docs: update git compat text for colocated by default repos
1 parent ba48317 commit f4b5460

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/git-compatibility.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ a comparison with Git, including how workflows are different, see the
7676

7777
## Creating an empty repo
7878

79-
To create an empty repo using the Git backend, use `jj git init <name>`. Since
80-
the command creates a Jujutsu repo, it will have a `.jj/` directory. The
81-
underlying Git repo will be inside of that directory (currently in
82-
`.jj/repo/store/git/`).
83-
79+
To create an empty repo using the Git backend, use `jj git init <name>`. This
80+
creates a [colocated](#co-located-jujutsugit-repos) Jujutsu repo, there will be
81+
a `.jj` directory and a `.git` directory.
8482

8583
## Creating a repo backed by an existing Git repo
8684

0 commit comments

Comments
 (0)