Update docs for git abort change (#1000)

This commit is contained in:
Joshua Li 2022-10-17 00:45:52 -07:00 committed by GitHub
parent 71af8cec42
commit 2d1aa6daea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1565,7 +1565,7 @@ Note above, that because of the `--newer` flag, the file `git-alias` was not tou
## git abort
Abort current rebase, merge or cherry-pick, without the need to find exact command in history.
Abort current revert, rebase, merge or cherry-pick, without the need to find exact command in history.
## git magic

View file

@ -343,7 +343,7 @@ zstyle -g existing_user_commands ':completion:*:*:git:*' user-commands
zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
alias:'define, search and show aliases' \
abort:'abort current merge, rebase, or cherry-pick process' \
abort:'abort current revert, merge, rebase, or cherry-pick process' \
archive-file:'export the current head of the git repository to an archive' \
authors:'generate authors report' \
browse:'open repo website in browser' \