aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorAndy Parkins <andyparkins@gmail.com>2006-11-02 12:11:56 +0100
committerJunio C Hamano <junkio@cox.net>2006-11-02 18:03:47 -0800
commitba158a32b9e237912ebe7dfe7bd56e2c531cb062 (patch)
treee8adbabc03d1ffdb502e20b5d742a0af36815b73 /Documentation/git-clone.txt
parent44b27ec9604b0310c4d24a283319b933a86da67d (diff)
downloadgit-ba158a32b9e237912ebe7dfe7bd56e2c531cb062.tar.gz
git-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 f973c6431..86060472a 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