统一使用 commit id.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-08-14 14:43:45 +08:00
parent f6e756e908
commit 47ae30555a
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ git rebase [-i] [upstream]
通过增加 -i 参数可进入交互模式。使用 Rebase 还可以将多次提交进行合并,或设置起止点。 通过增加 -i 参数可进入交互模式。使用 Rebase 还可以将多次提交进行合并,或设置起止点。
```bash ```bash
git rebase [-i] [start point] [end point] git rebase [-i] [start commit id] [end commit id]
``` ```
如果发生了冲突,可以在解决冲突并 add 后,通过: 如果发生了冲突,可以在解决冲突并 add 后,通过: