Skip to content

Commit a6e3768

Browse files
sprohaskaJunio C Hamano
authored andcommitted
tiny fix in documentation of git-clone
path in example was missing '../' Signed-off-by: Steffen Prohaska <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e9116b commit a6e3768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Make a local clone that borrows from the current directory, without checking thi
132132
+
133133
------------
134134
$ git clone -l -s -n . ../copy
135-
$ cd copy
135+
$ cd ../copy
136136
$ git show-branch
137137
------------
138138

0 commit comments

Comments
 (0)