From a6e3768f641c2703266422aa05c05f1d01e886b2 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Sat, 12 May 2007 13:32:34 +0200 Subject: [PATCH] tiny fix in documentation of git-clone path in example was missing '../' Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- Documentation/git-clone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------ -- 2.30.2