修正第四章引用以及文章中部分文字
Step 1. 获取并检出此合并请求的分支
git fetch origin git checkout -b shanweiqiao origin/shanweiqiao
Step 2. 本地审查变更
Step 3. 合并分支并修复出现的任何冲突
git checkout caorunzhe git merge --no-ff shanweiqiao
Step 4. 推送合并的结果到 GitLab
git push origin caorunzhe
请注意推送到 GitLab 需要有此版本库的写权限。
提示: 您可以 参考这个说明 将合并请求检出到本地。
已合并
被提及 commit 93307c4b