标签: github egit
我正在使用Egit eclipse插件。有时,当我拉动时,它也会从其他分支中拉出。我的预期行为是它应该从正在处理的分支中撤出。有什么建议吗?
答案 0 :(得分:1)
由于默认设置为pull only from the upstream branch(而不是“来自您想要的任何分支”),因此您可以:
origin/aBranch
答案 1 :(得分:0)
git分支->从您的主人那里了解分支
git pull原点(分支名称)。
尝试这个。