修复了README中一处代码段错误。
@ -109,9 +109,11 @@ git rebase origin/develop
手动修改冲突文件。
```Bash
git add <冲突文件>
git rebase --continue
```
绝对禁止 在此处使用 git merge,这会产生无意义的 Merge Commit 节点。