diff options
author | Evan Zacks <zackse@gmail.com> | 2017-09-12 15:58:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-14 15:09:02 +0900 |
commit | be94568bc7edf3ae4baf7542c216df3d6996373c (patch) | |
tree | 525eccd87e5b8d6ed9f120cf8df387405d78bda6 /Documentation/git-checkout.txt | |
parent | RelNotes: further fixes for 2.14.2 from the master front (diff) | |
download | tgif-be94568bc7edf3ae4baf7542c216df3d6996373c.tar.xz |
doc: fix minor typos (extra/duplicated words)
Following are several fixes for duplicated words ("of of") and one
case where an extra article ("a") slipped in.
Signed-off-by: Evan Zacks <zackse@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 d6399c0af8..bd268a8fcc 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -38,7 +38,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. |