Browse Source

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>
maint
Steffen Prohaska 18 years ago committed by Junio C Hamano
parent
commit
a6e3768f64
  1. 2
      Documentation/git-clone.txt

2
Documentation/git-clone.txt

@ -132,7 +132,7 @@ Make a local clone that borrows from the current directory, without checking thi @@ -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…
Cancel
Save