增加停止 rebase 命令.

Signed-off-by: rick.chan <cy@sina.com>
This commit is contained in:
rick.chan 2024-03-02 09:43:39 +08:00
parent c1097dddb1
commit a8e43f6527
1 changed files with 8 additions and 0 deletions

View File

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