Merge branch 'maint'
[gitweb.git] / Documentation / git-checkout.txt
index 125d8f3c32470cd0917bade45ed7e9fcd7f4c376..1a6c19e5c39ad038e3fa073926683a21d7c21935 100644 (file)
@@ -133,9 +133,9 @@ the conflicted merge in the specified paths.
 When this parameter names a non-branch (but still a valid commit object),
 your HEAD becomes 'detached'.
 +
-As a special case, the "`@\{-N\}`" syntax for the N-th last branch
+As a special case, the `"@\{-N\}"` syntax for the N-th last branch
 checks out the branch (instead of detaching).  You may also specify
-"`-`" which is synonymous with "`@\{-1\}`".
+`-` which is synonymous with `"@\{-1\}"`.
 
 
 Detached HEAD