]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: add verb in front of command to run
authorKristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com>
Fri, 9 Dec 2016 15:51:10 +0000 (16:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Dec 2016 23:14:01 +0000 (15:14 -0800)
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>
Documentation/gitcore-tutorial.txt

index 6c434aff301ef284e8af5098902b7c12e6c1d233..72ed90ca3bcb244ecea9efa50de909d367a5e746 100644 (file)
@@ -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.