mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Update docs for git abort change (#1000)
This commit is contained in:
parent
71af8cec42
commit
2d1aa6daea
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue