Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-clone documentation didn't mention --origin as equivalent of -o
author
Andy Parkins
<andyparkins@gmail.com>
Thu, 2 Nov 2006 11:11:56 +0000
(12:11 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 3 Nov 2006 02:03:47 +0000
(18:03 -0800)
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
44b27ec
)
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index f973c64313699713100ba63822d80fd86979ff78..86060472ad88088bcb59df5eb9acce097f68cb83 100644
(file)
--- 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