mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
checkout doc: fix an unmatched double-quote pair
Signed-off-by: Yoichi Nakayama <yoichi.nakayama@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
0d0ac3826a
commit
c5c0a5ff1d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user