1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-11-30 03:34:08 +00:00

git: Add revert to special action contexts

revert is very similar to cherry-pick and has a sequence variant.
This commit is contained in:
Zhiming Wang
2016-01-17 13:22:54 -08:00
committed by Kaleb Elwert
parent 0f3a5f745e
commit d25b251ef7
2 changed files with 17 additions and 1 deletions

View File

@@ -389,6 +389,8 @@ The following contexts must be enabled with the following zstyle:
| rebase | value | Rebasing
| rebase-interactive | value | Rebasing interactively
| rebase-merge | value | Rebasing merge
| revert | value | Reverting
| revert-sequence | value | Reverting sequence
First, format the repository state attributes. For example, to format the branch
and remote names, define the following styles.