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.
2 parents 5179642 + d24220b commit a82fd50Copy full SHA for a82fd50
Documentation/git-checkout.adoc
@@ -61,7 +61,7 @@ uncommitted changes.
61
`git checkout -B <branch> [<start-point>]`::
62
63
The same as `-b`, except that if the branch already exists it
64
- resets `_<branch>_` to the start point instead of failing.
+ resets _<branch>_ to the start point instead of failing.
65
66
`git checkout --detach [<branch>]`::
67
`git checkout [--detach] <commit>`::
@@ -155,7 +155,7 @@ of it").
155
156
`-B <new-branch>`::
157
158
159
160
`-t`::
161
`--track[=(direct|inherit)]`::
0 commit comments