由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - git clones only one branch?
相关主题
Is there a way to pass by value in Java?[合集] 问一下这个cast在java里是怎么work的
说说clone咋违反了类继承的原则来的?[合集] 谁能解释一下这里的protected specifier
any clone of netbeans of look&feel?JAMWiki, anyone used it?
怎样才能使一个算法用于不同的数据结构?传递一个object reference,如何防止更改object?
Why Java needs clone interface?Java复制object
copy constructor都什么时候be called啊请教: class private data member
clone() questionsoftware development methodologies
immutable listjava 写unit test 给clover 真就是农民阿
相关话题的讨论汇总
话题: branches话题: branch话题: git话题: clones话题: clone
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
java 写unit test 给clover 真就是农民阿Why Java needs clone interface?
help: 两个Java的问题copy constructor都什么时候be called啊
perforce is fun to play withclone() question
有人用过 ObjectDB in Maven 没有?immutable list
Is there a way to pass by value in Java?[合集] 问一下这个cast在java里是怎么work的
说说clone咋违反了类继承的原则来的?[合集] 谁能解释一下这里的protected specifier
any clone of netbeans of look&feel?JAMWiki, anyone used it?
怎样才能使一个算法用于不同的数据结构?传递一个object reference,如何防止更改object?
相关话题的讨论汇总
话题: branches话题: branch话题: git话题: clones话题: clone