Merge branch 'pc/submodule-helper'
[gitweb.git] / Documentation / git-checkout.txt
index 236f324698911c1cc198d4d61f0d8696b132d8d0..e108b0f74bb6dc4d9f3fc27e7c3fe571b19a9d2f 100644 (file)
@@ -39,7 +39,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 a
+"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.