summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorLibravatar Andy Parkins <andyparkins@gmail.com>2006-11-02 12:11:56 +0100
committerLibravatar Junio C Hamano <junkio@cox.net>2006-11-02 18:03:47 -0800
commitba158a32b9e237912ebe7dfe7bd56e2c531cb062 (patch)
treee8adbabc03d1ffdb502e20b5d742a0af36815b73 /Documentation/git-clone.txt
parentMinor grammar fixes for git-diff-index.txt (diff)
downloadtgif-ba158a32b9e237912ebe7dfe7bd56e2c531cb062.tar.xz
git-clone documentation didn't mention --origin as equivalent of -o
Signed-off-by: Andy Parkins <andyparkins@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index f973c64313..86060472ad 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -75,6 +75,7 @@ OPTIONS
this option is used, neither the `origin` branch nor the
default `remotes/origin` file is created.
+--origin <name>::
-o <name>::
Instead of using the branch name 'origin' to keep track
of the upstream repository, use <name> instead. Note