From: Kristoffer Haugsbakk Date: Fri, 9 Dec 2016 15:51:10 +0000 (+0100) Subject: doc: add verb in front of command to run X-Git-Tag: v2.11.1~28^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f383e4ed539f315206743b2859b2cce302c1d785;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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.