aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitcore-tutorial.txt
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com>2016-12-09 16:51:10 +0100
committerJunio C Hamano <gitster@pobox.com>2016-12-09 15:14:01 -0800
commitf383e4ed539f315206743b2859b2cce302c1d785 (patch)
tree0f55ca0ae8e1826e22b561d722c7424c5ac2a4ad /Documentation/gitcore-tutorial.txt
parent8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3 (diff)
downloadgit-f383e4ed539f315206743b2859b2cce302c1d785.tar.gz
doc: add verb in front of command to run
Instead of using the command 'git clone' as a verb, use "run" as the verb indicating the action of executing the command 'git clone'. Signed-off-by: Kristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r--Documentation/gitcore-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt
index 6c434aff30..72ed90ca3b 100644
--- a/Documentation/gitcore-tutorial.txt
+++ b/Documentation/gitcore-tutorial.txt
@@ -1478,7 +1478,7 @@ You can repack this private repository whenever you feel like.
A recommended work cycle for a "subsystem maintainer" who works
on that project and has an own "public repository" goes like this:
-1. Prepare your work repository, by 'git clone' the public
+1. Prepare your work repository, by running 'git clone' on the public
repository of the "project lead". The URL used for the
initial cloning is stored in the remote.origin.url
configuration variable.