首页 > 系统服务 > 详细

eclipse git 主干代码合并到分支

时间:2019-08-10 11:02:34      阅读:352      评论:0      收藏:0      [点我收藏+]

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,之后主干代码会拉取到本地分支。若有冲突,解决冲突后提交;没有冲突,可直接提交。

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

eclipse git 主干代码合并到分支

原文:https://www.cnblogs.com/kungfupanda/p/11330366.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!