forked from mirrors/jj
tutorial: avoid a "the same repo" referring back to installation instructions
This commit is contained in:
parent
e8f44fb470
commit
c3ac110f3b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ If you haven't already, make sure you
|
||||||
|
|
||||||
## Cloning a Git repo
|
## Cloning a Git repo
|
||||||
|
|
||||||
Now let's clone the same repo using `jj`:
|
Let's start by cloning the Jujutsu Git repo using `jj`:
|
||||||
```shell script
|
```shell script
|
||||||
# Note the "git" before "clone" (there is no support for cloning native jj
|
# Note the "git" before "clone" (there is no support for cloning native jj
|
||||||
# repos yet)
|
# repos yet)
|
||||||
|
|
Loading…
Reference in a new issue