Re: [PATCH 2/4] doc: add verb in front of command to run

2016-12-10 Thread Philip Oakley
From: "Kristoffer Haugsbakk" Sent: Friday, December 09, 2016 3:51 PM Instead of using the command 'git clone' as a verb, use "run" as the verb indicating the action of executing the command 'git clone'. I would expect 'cloning' as the commonly in use verb here, with the command then quoted.

[PATCH 2/4] doc: add verb in front of command to run

2016-12-09 Thread Kristoffer Haugsbakk
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 --- Documentation/gitcore-tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitco