diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index 5143cd1..dd62d7d 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -324,7 +324,7 @@ git rebase [-i] [upstream] 通过增加 -i 参数可进入交互模式。使用 Rebase 还可以将多次提交进行合并,或设置起止点。 ```bash -git rebase [-i] [start point] [end point] +git rebase [-i] [start commit id] [end commit id] ``` 如果发生了冲突,可以在解决冲突并 add 后,通过: