X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-checkout.txt;h=168333a588e0828d2d14687774fd41cc57f43721;hb=18e143487ddb5b32b2f6003972d2115bb4ac460f;hp=82e154de4970c1c2cb35335591cfe457e80a89c1;hpb=a3c76f2858b1ceae5b70b7ee69d2663143dcce49;p=git.git diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 82e154de4..168333a58 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -88,7 +88,7 @@ This would tell us to use "hack" as the local branch when branching off of "origin/hack" (or "remotes/origin/hack", or even "refs/remotes/origin/hack"). If the given name has no slash, or the above guessing results in an empty name, the guessing is aborted. You can -exlicitly give a name with '-b' in such a case. +explicitly give a name with '-b' in such a case. --no-track:: Ignore the branch.autosetupmerge configuration variable.