aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-checkout.txt
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-04-24 01:04:48 +0200
committerJunio C Hamano <gitster@pobox.com>2008-04-27 13:19:33 -0700
commit498a6e7eaaa8d2641f7cc343e1557e1502437b33 (patch)
treecaf2b9b1ce97b4f966db3ff64ba2afd753299839 /Documentation/git-checkout.txt
parentb1b359699a24a89f773cccdf35801bc6fc15ade8 (diff)
downloadgit-498a6e7eaaa8d2641f7cc343e1557e1502437b33.tar.gz
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/git-checkout.txt')
-rw-r--r--Documentation/git-checkout.txt2
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