Hi Cameron, On Tue, Aug 03, 2021 at 02:17:07PM -0500, Cameron Steffen wrote: > Today I tried to run this command and I just got a help screen. I am > using 2.32.0. > > git revert --continue --no-verify I can't think of any sequencer commands that support a `--[no-]verify` argument. Did you mistake `--no-verify` for something else, like `--no-edit` or `--no-commit`? Thanks, Taylor