Skip to content

Commit b302ddd

Browse files
szedergitster
authored andcommitted
checkout: mention '--' in the docs
'git checkout' uses '--' to separate options from paths, but it was not mentioned in the documentation Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 99ea66e commit b302ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'git checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
12-
'git checkout' [<tree-ish>] <paths>...
12+
'git checkout' [<tree-ish>] [--] <paths>...
1313

1414
DESCRIPTION
1515
-----------

0 commit comments

Comments
 (0)