Skip to content

Commit c5c0a5f

Browse files
yoichigitster
authored andcommitted
checkout doc: fix an unmatched double-quote pair
Signed-off-by: Yoichi Nakayama <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit c5c0a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
285285
+
286286
You can use the `"@{-N}"` syntax to refer to the N-th last
287287
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}"`.
289289
+
290290
As a special case, you may use `"A...B"` as a shortcut for the
291291
merge base of `A` and `B` if there is exactly one merge base. You can

0 commit comments

Comments
 (0)