Skip to content

Git Fixup Commands

git fixup, git amend, and git reword

Python
A suite of Git commands to easily fixup previous Git commits using git commit --fixup and git rebase. Works with any commit in the commit tree, including the root commit and merge commits.

Install via pip install git-fixup-commands.

Features