parent
c1097dddb1
commit
a8e43f6527
|
@ -723,6 +723,14 @@ git rebase <from branch> <to branch>
|
|||
|
||||
命令继续 rebase。
|
||||
|
||||
如果在 rebase 中途需要出现异常需要停止 rebase 操作,可以使用:
|
||||
|
||||
```bash
|
||||
git rebase --abort
|
||||
```
|
||||
|
||||
命令来停止当前操作。
|
||||
|
||||
### 3.14. Remote 管理
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue