Skip to content

fixup

Create a fixup commit targeting a previous commit on the branch.

Alias: devflow f

Flow

  1. Shows recent commits on the branch
  2. Select which commit to fix
  3. Stage files (if needed)
  4. Optionally auto-squash via interactive rebase

Options

OptionDescription
--dry-runPreview the fixup without executing

Released under the MIT License.