Skip to content

Commit

Permalink
tiny fix in documentation of git-clone
Browse files Browse the repository at this point in the history
path in example was missing '../'

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Steffen Prohaska authored and Junio C Hamano committed May 12, 2007
1 parent 7e9116b commit a6e3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down

0 comments on commit a6e3768

Please sign in to comment.