diff options
author | Steffen Prohaska <prohaska@zib.de> | 2007-05-12 13:32:34 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-12 09:20:51 -0700 |
commit | a6e3768f641c2703266422aa05c05f1d01e886b2 (patch) | |
tree | 6b884a3ea0252b59b0bca5b46d3ec1405ecd5b5c | |
parent | Fix an unmatched comment end in arm/sha1_arm.S (diff) | |
download | tgif-a6e3768f641c2703266422aa05c05f1d01e886b2.tar.xz |
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>
-rw-r--r-- | Documentation/git-clone.txt | 2 |
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 ------------ |