From: Steffen Prohaska Date: Sat, 12 May 2007 11:32:34 +0000 (+0200) Subject: tiny fix in documentation of git-clone X-Git-Tag: v1.5.1.5~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6e3768f641c2703266422aa05c05f1d01e886b2;p=git.git tiny fix in documentation of git-clone path in example was missing '../' Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 6d32c491a..644bf126f 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -132,7 +132,7 @@ Make a local clone that borrows from the current directory, without checking thi + ------------ $ git clone -l -s -n . ../copy -$ cd copy +$ cd ../copy $ git show-branch ------------