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>

Kristoffer Haugsbakk committed Dec 9, 2016 at 16:51 UTC f383e4ed539f315206743b2859b2cce302c1d785
1 file changed +1 -1
Documentation/gitcore-tutorial.txt
+1 -1
@@ -1478,7 +1478,7 @@ You can repack this private repository whenever you feel like.
1478 A recommended work cycle for a "subsystem maintainer" who works
1479 on that project and has an own "public repository" goes like this:
1480
1481 -1. Prepare your work repository, by 'git clone' the public
1481 +1. Prepare your work repository, by running 'git clone' on the public
1482 repository of the "project lead". The URL used for the
1483 initial cloning is stored in the remote.origin.url
1484 configuration variable.