c******n 发帖数: 4965 | 1 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 all branches in my local repo, it's difficult to
compare the differences between trunk and another branch | r****n 发帖数: 1088 | 2 you can simply checkout other branch even they are not in local.
【在 c******n 的大作中提到】 : 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 all branches in my local repo, it's difficult to : compare the differences between trunk and another branch
|
|