diff options
author | Andy Parkins <andyparkins@gmail.com> | 2006-11-02 12:11:56 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-02 18:03:47 -0800 |
commit | ba158a32b9e237912ebe7dfe7bd56e2c531cb062 (patch) | |
tree | e8adbabc03d1ffdb502e20b5d742a0af36815b73 | |
parent | 44b27ec9604b0310c4d24a283319b933a86da67d (diff) | |
download | git-ba158a32b9e237912ebe7dfe7bd56e2c531cb062.tar.gz |
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>
-rw-r--r-- | Documentation/git-clone.txt | 1 |
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 |