Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
tiny fix in documentation of git-clone
author
Steffen Prohaska
<prohaska@zib.de>
Sat, 12 May 2007 11:32:34 +0000
(13:32 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 12 May 2007 16:20:51 +0000
(09:20 -0700)
path in example was missing '../'
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7e9116b
)
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index 6d32c491a591daa183424a8743ed119e07631b27..644bf126fb8766fb1825f0688089b213b4326977 100644
(file)
--- 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
------------