Skip to content

Commit

Permalink
checkout doc: fix an unmatched double-quote pair
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Nakayama <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
yoichi authored and gitster committed Feb 24, 2019
1 parent 0d0ac38 commit c5c0a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-checkout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
+
You can use the `"@{-N}"` syntax to refer to the N-th last
branch/commit checked out using "git checkout" operation. You may
also specify `-` which is synonymous to `"@{-1}`.
also specify `-` which is synonymous to `"@{-1}"`.
+
As a special case, you may use `"A...B"` as a shortcut for the
merge base of `A` and `B` if there is exactly one merge base. You can
Expand Down

0 comments on commit c5c0a5f

Please sign in to comment.