Description
A Git helper that automatically creates fixup commits for earlier commits based on the changes in your working tree. It helps developers clean up review changes before autosquashing a branch.
Use it when you understand Git history rewriting and fixup workflows. Review the generated fixups before rebasing, because mistakes can move changes to the wrong commit.