我用创建了两个分支 master develop
develop 分支是一直需要用的,eclipse 需要配置成往远程仓库的 develop 分支上传
在gti ->remote ->config push 时,设置了push需要的配置
但是 在eclipse synchronize workspace 中远程上传按钮 显示为灰色
解决方法: team ->push branch ,将develop 分支放到远程仓库
push branch to remote
Select a remote and the name the branch should have on the remote.
branch name :develop
其他配置可以按默认来
不过以上配置会影响eclipse 的使用性能,当每次修改代码后,eclipse 都会去与远程工程对比,所以不建议使用