统一使用 commit id.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
f6e756e908
commit
47ae30555a
|
@ -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 后,通过:
|
||||||
|
|
Loading…
Reference in New Issue