Step 1. 获取并检出此合并请求的分支
git fetch https://git.allhome.com.cn/color-z/together.git patch-1 git checkout -b color-z/together-patch-1 FETCH_HEAD
Step 2. 本地审查变更
Step 3. 合并分支并修复出现的任何冲突
git checkout master git merge --no-ff color-z/together-patch-1
Step 4. 推送合并的结果到 GitLab
git push origin master
请注意推送到 GitLab 需要有此版本库的写权限。
提示: 您可以 参考这个说明 将合并请求检出到本地。
流水线 1464f43b 成功后,启用自动合并
已关闭
已关闭
重新打开
重新打开
取消自动合并
取消自动合并
已合并
已合并