Up: Cherry Picking [Contents][Index]
magit-revert-popup
)This prefix command shows the following suffix commands along with the appropriate infix arguments in a popup buffer.
When no cherry-pick or revert is in progress, then the popup buffer features the following commands.
magit-revert
)Revert a commit by creating a new commit. Prompt for a commit, defaulting to the commit at point. If the region selects multiple commits, then revert all of them, without prompting.
magit-revert-no-commit
)Revert a commit by applying it in reverse to the working tree. Prompt for a commit, defaulting to the commit at point. If the region selects multiple commits, then revert all of them, without prompting.
When a cherry-pick or revert is in progress, then the popup buffer features these commands instead.
magit-sequence-continue
)Resume the current cherry-pick or revert sequence.
magit-sequence-skip
)Skip the stopped at commit during a cherry-pick or revert sequence.
magit-sequence-abort
)Abort the current cherry-pick or revert sequence. This discards all changes made since the sequence started.