Skip to content
Snippets Groups Projects
Commit c5c0a5ff authored by Yoichi Nakayama's avatar Yoichi Nakayama Committed by Junio C Hamano
Browse files

checkout doc: fix an unmatched double-quote pair

parent 0d0ac382
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment