Re: [git-users] git clones only one branch?

2011-08-03 Thread Yang Y
ahh... thanks a lot, I was reading only the git-tutorial should have tried the man page... -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/yKBtG

Re: [git-users] git clones only one branch?

2011-08-03 Thread Konstantin Khomoutov
On Wed, 3 Aug 2011 11:03:52 -0700 (PDT) Yang Y wrote: > if I do > > git clone git://git.apache.org/cassandra.git > > it gives me only the trunk branch, but they have many branches > > I have to use the -b arg for clone to get the other branches. > > "clone" clones a "repository", doesn't "rep

[git-users] git clones only one branch?

2011-08-03 Thread Yang Y
if I do git clone git://git.apache.org/cassandra.git it gives me only the trunk branch, but they have many branches I have to use the -b arg for clone to get the other branches. "clone" clones a "repository", doesn't "repository" mean the collection of all branches? now, since I can't have al