Skip to content

Commit a82fd50

Browse files
committed
Merge branch 'kh/doc-checkout-markup-fix'
Doc mark-up fix. * kh/doc-checkout-markup-fix: doc: git-checkout: fix placeholder markup
2 parents 5179642 + d24220b commit a82fd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-checkout.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uncommitted changes.
6161
`git checkout -B <branch> [<start-point>]`::
6262
6363
The same as `-b`, except that if the branch already exists it
64-
resets `_<branch>_` to the start point instead of failing.
64+
resets _<branch>_ to the start point instead of failing.
6565
6666
`git checkout --detach [<branch>]`::
6767
`git checkout [--detach] <commit>`::
@@ -155,7 +155,7 @@ of it").
155155
156156
`-B <new-branch>`::
157157
The same as `-b`, except that if the branch already exists it
158-
resets `_<branch>_` to the start point instead of failing.
158+
resets _<branch>_ to the start point instead of failing.
159159
160160
`-t`::
161161
`--track[=(direct|inherit)]`::

0 commit comments

Comments
 (0)