fix(scope): README修复

修复了README中一处代码段错误。
This commit is contained in:
Guan Yuankai 2025-12-15 15:43:07 +08:00
parent 3f8f2afe0e
commit 0eca9605b7
1 changed files with 2 additions and 0 deletions

View File

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