mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'kh/doc-checkout-markup-fix'
Doc mark-up fix. * kh/doc-checkout-markup-fix: doc: git-checkout: fix placeholder markup
This commit is contained in:
@@ -61,7 +61,7 @@ uncommitted changes.
|
|||||||
`git checkout -B <branch> [<start-point>]`::
|
`git checkout -B <branch> [<start-point>]`::
|
||||||
|
|
||||||
The same as `-b`, except that if the branch already exists it
|
The same as `-b`, except that if the branch already exists it
|
||||||
resets `_<branch>_` to the start point instead of failing.
|
resets _<branch>_ to the start point instead of failing.
|
||||||
|
|
||||||
`git checkout --detach [<branch>]`::
|
`git checkout --detach [<branch>]`::
|
||||||
`git checkout [--detach] <commit>`::
|
`git checkout [--detach] <commit>`::
|
||||||
@@ -155,7 +155,7 @@ of it").
|
|||||||
|
|
||||||
`-B <new-branch>`::
|
`-B <new-branch>`::
|
||||||
The same as `-b`, except that if the branch already exists it
|
The same as `-b`, except that if the branch already exists it
|
||||||
resets `_<branch>_` to the start point instead of failing.
|
resets _<branch>_ to the start point instead of failing.
|
||||||
|
|
||||||
`-t`::
|
`-t`::
|
||||||
`--track[=(direct|inherit)]`::
|
`--track[=(direct|inherit)]`::
|
||||||
|
|||||||
Reference in New Issue
Block a user