eclipse git 主干代码合并到分支
https://blog.csdn.net/wwd0501/article/details/80676807
eclipse git 主干代码合并到分支:
1、项目切换至分支;
2、选中项目右键--》team--》merge--》orgin/master(Remote Tracking)
3、Merge options选择no commit, 比较一下后,如无冲突时, 提交到branch.
Fast forward options选择默认的if a fast-forward,only update the branch pointer
4、点击Merge,之后主干代码会拉取到本地分支。若有冲突,解决冲突后提交;没有冲突,可直接提交。
=============================================
What Doesn't Kill Me Makes Me Stronger