diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-24 01:04:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-27 13:19:33 -0700 |
commit | 498a6e7eaaa8d2641f7cc343e1557e1502437b33 (patch) | |
tree | caf2b9b1ce97b4f966db3ff64ba2afd753299839 /Documentation | |
parent | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet" (diff) | |
download | tgif-498a6e7eaaa8d2641f7cc343e1557e1502437b33.tar.xz |
git checkout: add -t alias for --track
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 e11cddbfc9..a644173e15 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -47,7 +47,7 @@ OPTIONS by linkgit:git-check-ref-format[1]. Some of these checks may restrict the characters allowed in a branch name. ---track:: +-t, --track:: When creating a new branch, set up configuration so that git-pull will automatically retrieve data from the start point, which must be a branch. Use this if you always pull from the same upstream branch |