Skip to content

Commit a498dda

Browse files
committed
doc: checkout: fix broken text reference
Signed-off-by: Alexandr Miloslavskiy <[email protected]>
1 parent 5e449c8 commit a498dda

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Documentation/git-checkout.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,10 @@ using `--ours` or `--theirs`. With `-m`, changes made to the working tree
9595
file can be discarded to re-create the original conflicted merge result.
9696

9797
'git checkout' (-p|--patch) [<tree-ish>] [--] [<pathspec>...]::
98-
This is similar to the "check out paths to the working tree
99-
from either the index or from a tree-ish" mode described
100-
above, but lets you use the interactive interface to show
101-
the "diff" output and choose which hunks to use in the
102-
result. See below for the description of `--patch` option.
103-
98+
This is similar to the previous mode, but lets you use the
99+
interactive interface to show the "diff" output and choose which
100+
hunks to use in the result. See below for the description of
101+
`--patch` option.
104102

105103
OPTIONS
106104
-------

0 commit comments

Comments
 (0)