We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ac38 commit c5c0a5fCopy full SHA for c5c0a5f
Documentation/git-checkout.txt
@@ -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}`.
+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
0 commit comments