Ramkumar Ramachandra | 5a5d80f | 2011-08-04 16:09:15 +0530 | [diff] [blame] | 1 | --continue:: |
| 2 | Continue the operation in progress using the information in |
Corentin BOMPARD | 68ed71b | 2019-03-06 14:04:46 +0100 | [diff] [blame] | 3 | `.git/sequencer`. Can be used to continue after resolving |
Ramkumar Ramachandra | 5a5d80f | 2011-08-04 16:09:15 +0530 | [diff] [blame] | 4 | conflicts in a failed cherry-pick or revert. |
Jonathan Nieder | f80a872 | 2011-11-22 05:14:29 -0600 | [diff] [blame] | 5 | |
Rohit Ashiwal | de81ca3 | 2019-07-02 14:41:28 +0530 | [diff] [blame] | 6 | --skip:: |
| 7 | Skip the current commit and continue with the rest of the |
| 8 | sequence. |
| 9 | |
Jonathan Nieder | f80a872 | 2011-11-22 05:14:29 -0600 | [diff] [blame] | 10 | --quit:: |
| 11 | Forget about the current operation in progress. Can be used |
| 12 | to clear the sequencer state after a failed cherry-pick or |
| 13 | revert. |
Jonathan Nieder | 539047c | 2011-11-22 19:27:21 -0600 | [diff] [blame] | 14 | |
| 15 | --abort:: |
| 16 | Cancel the operation and return to the pre-sequence state. |