diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index cac5400..84a8551 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -723,6 +723,14 @@ git rebase 命令继续 rebase。 +如果在 rebase 中途需要出现异常需要停止 rebase 操作,可以使用: + +```bash +git rebase --abort +``` + +命令来停止当前操作。 + ### 3.14. Remote 管理 ```bash