Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2007-05-12 15:32:34 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-12 20:20:51 +0400
commita6e3768f641c2703266422aa05c05f1d01e886b2 (patch)
tree6b884a3ea0252b59b0bca5b46d3ec1405ecd5b5c /Documentation/git-clone.txt
parent7e9116b1d8adef635ae900af7eff4b320390eeb3 (diff)
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
------------