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>
Yoichi Nakayama committed
Feb 23, 2019 at 15:33 UTC
c5c0a5ff1dcda0e0dfea3924d78cff480a4dd1a9
1 file changed
+1
-1
Documentation/git-checkout.txt
+1
-1
@@ -285,7 +285,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
285
+
286
You can use the `"@{-N}"` syntax to refer to the N-th last
287
branch/commit checked out using "git checkout" operation. You may
288
-also specify `-` which is synonymous to `"@{-1}`.
288
+also specify `-` which is synonymous to `"@{-1}"`.
289
+
290
As a special case, you may use `"A...B"` as a shortcut for the
291
merge base of `A` and `B` if there is exactly one merge base. You can