A tool to easily perform git fixup operations.
- Fixup staged changes to past commits
- Interactive commit selection
- Automatically executes rebase
- Eliminates manual operations like
git rebase -i @~N
nix run github:mrsekut/git-fixupcargo install --git https://github.com/mrsekut/git-fixup-
Stage your changes
git add . -
Run git-fixup
git-fixup
-
Select target commit from the displayed list
-
The tool will automatically create fixup commit and execute rebase