summaryrefslogtreecommitdiffstats
path: root/git-checkout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-checkout.txt')
-rw-r--r--git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-checkout.txt b/git-checkout.txt
index a30e3ebc5..240c54639 100644
--- a/git-checkout.txt
+++ b/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>]::