diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-04 07:48:08 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-04 07:48:08 -0800 |
| commit | a82fd5067cd3efe41fa160cd47cccfacf096d139 (patch) | |
| tree | 91fcc7f9baf2ab45010572b857c6ff50492e5b7f | |
| parent | Merge branch 'xr/ref-debug-remove-on-disk' (diff) | |
| parent | doc: git-checkout: fix placeholder markup (diff) | |
| download | git-a82fd5067cd3efe41fa160cd47cccfacf096d139.tar.gz git-a82fd5067cd3efe41fa160cd47cccfacf096d139.zip | |
Merge branch 'kh/doc-checkout-markup-fix'
Doc mark-up fix.
* kh/doc-checkout-markup-fix:
doc: git-checkout: fix placeholder markup
| -rw-r--r-- | Documentation/git-checkout.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-checkout.adoc b/Documentation/git-checkout.adoc index 431185ca0b..6f281b298e 100644 --- a/Documentation/git-checkout.adoc +++ b/Documentation/git-checkout.adoc @@ -61,7 +61,7 @@ uncommitted changes. `git checkout -B <branch> [<start-point>]`:: 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] <commit>`:: @@ -155,7 +155,7 @@ of it"). `-B <new-branch>`:: 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`:: `--track[=(direct|inherit)]`:: |
