From 498a6e7eaaa8d2641f7cc343e1557e1502437b33 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 24 Apr 2008 01:04:48 +0200 Subject: git checkout: add -t alias for --track Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- Documentation/git-checkout.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 -- cgit v1.2.1