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,之后主干代碼會拉取到本地分支。若有沖突,解決沖突后提交;沒有沖突,可直接提交。
=============================================