diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:29 +0200 |
commit | 89363522424a27b2e43c74a7965566d943cbdba4 (patch) | |
tree | b57dd5a4a5c4739869652d981e19ed557238f629 /Documentation/git-checkout.txt | |
parent | documentation: fix apostrophe usage (diff) | |
download | git-89363522424a27b2e43c74a7965566d943cbdba4.tar.xz git-89363522424a27b2e43c74a7965566d943cbdba4.zip |
documentation: add missing words
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r-- | Documentation/git-checkout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index a30e3ebc51..240c54639e 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -43,7 +43,7 @@ $ git checkout -b <branch> --track <remote>/<branch> You could omit `<branch>`, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, -if exists, for the current branch. +if it exists, for the current branch. 'git checkout' -b|-B <new-branch> [<start-point>]:: |