Step 1. 获取并检出此合并请求的分支
git fetch https://gitlab.yiring.com/hntq/hntq-v5.git dev_fzm git checkout -b hntq/hntq-v5-dev_fzm FETCH_HEAD
Step 2. 本地审查变更
Step 3. 合并分支并修复出现的任何冲突
git checkout dev git merge --no-ff hntq/hntq-v5-dev_fzm
Step 4. 推送合并的结果到 GitLab
git push origin dev
请注意推送到 GitLab 需要有此版本库的写权限。
提示: 您可以 参考这个说明 将合并请求检出到本地。
This will create a new commit in order to revert the existing changes.