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>
This commit is contained in:
parent
7e9116b1d8
commit
a6e3768f64
@ -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
|
||||
------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user