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:
Steffen Prohaska 2007-05-12 13:32:34 +02:00 committed by Junio C Hamano
parent 7e9116b1d8
commit a6e3768f64

View File

@ -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
------------