committed icon indicating copy to clipboard operation
committed copied to clipboard

feat!: rename fixup to autosquash

Open JP-Ellis opened this issue 1 year ago • 1 comments

The fixup! commit is just one instance of the more general autosquash feature as described in Git's --autosquash docs

This renames instances of 'fixup' to 'autosquash', while creating aliases to provide a smoother transition to end users.

See the related PR in #395 for the motivation for this change.

JP-Ellis avatar Sep 19 '24 07:09 JP-Ellis