merge方法:
1、自己开发分支(如:feature)pull代码,提交本次开发代码
2、本地切换至合并目标分支(如develop),pull代码
3、登录gitlab,发送merge request。由审核人同意
4、本地处于develop分支,pull代码
若审核人同意,出现冲突:Merge blocked: merge conflicts must be resolved. Users who can write to the source or target branches can resolve the conflicts.
1、本地pull下master分支,同时pull下feature/wull分支
2、然后选中从master合并到feature/wull分支(可使用idea操作)