aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2007-05-12 13:32:34 +0200
committerJunio C Hamano <junkio@cox.net>2007-05-12 09:20:51 -0700
commita6e3768f641c2703266422aa05c05f1d01e886b2 (patch)
tree6b884a3ea0252b59b0bca5b46d3ec1405ecd5b5c /Documentation/git-clone.txt
parent7e9116b1d8adef635ae900af7eff4b320390eeb3 (diff)
downloadgit-a6e3768f641c2703266422aa05c05f1d01e886b2.tar.gz
tiny fix in documentation of git-clone
path in example was missing '../' Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 6d32c491a5..644bf126fb 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
------------