From: Andy Parkins Date: Thu, 2 Nov 2006 11:11:56 +0000 (+0100) Subject: git-clone documentation didn't mention --origin as equivalent of -o X-Git-Tag: v1.4.3.4~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba158a32b9e237912ebe7dfe7bd56e2c531cb062;p=git.git git-clone documentation didn't mention --origin as equivalent of -o Signed-off-by: Andy Parkins Signed-off-by: Junio C Hamano --- 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 :: -o :: Instead of using the branch name 'origin' to keep track of the upstream repository, use instead. Note