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:
committed by
Kaleb Elwert
parent
0f3a5f745e
commit
d25b251ef7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user