Skip to content

Commit f383e4e

Browse files
LemmingAvalanchegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b9bb33 commit f383e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ You can repack this private repository whenever you feel like.
14781478
A recommended work cycle for a "subsystem maintainer" who works
14791479
on that project and has an own "public repository" goes like this:
14801480

1481-
1. Prepare your work repository, by 'git clone' the public
1481+
1. Prepare your work repository, by running 'git clone' on the public
14821482
repository of the "project lead". The URL used for the
14831483
initial cloning is stored in the remote.origin.url
14841484
configuration variable.

0 commit comments

Comments
 (0)