From c3ac110f3bfcf7122201568ccd4706d03be055b0 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 18 Oct 2021 08:45:00 -0700 Subject: [PATCH] tutorial: avoid a "the same repo" referring back to installation instructions --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index d0259fff8..055016358 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -9,7 +9,7 @@ If you haven't already, make sure you ## 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 # Note the "git" before "clone" (there is no support for cloning native jj # repos yet)