eclipse git 主干代码合并到分支

纵饮孤独 提交于 2019-11-26 18:50:31

https://blog.csdn.net/wwd0501/article/details/80676807

 

eclipse git 主干代码合并到分支:

1、项目切换至分支;

2、选中项目右键--》team--》merge--》orgin/master(Remote Tracking)

3、Merge options选择Squah(merge changes into working directory,......)

     Fast forward options选择默认的if a fast-forward,only update the branch pointer

4、点击Merge,之后主干代码会拉取到本地分支。若有冲突,解决冲突后提交;没有冲突,可直接提交。

=============================================

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!