git-fixup is a command-line helper for Git users who rely on interactive rebase and autosquash.
It reduces the manual work involved in creating fixup, squash, or amend commits by inspecting the files and lines you’ve changed, using Git history to suggest the commits most likely to be the right target.
Instead of searching through the commit log and copying a commit hash, you can stage the relevant changes, run git fixup, and select from a list of suggested commits. It also works as a convenient wrapper around Git’s own fixup support when you already know the target commit.
This is free and open source software.
Key Features
- Creates fixup!, squash!, or amend! commits for use with Git’s autosquash rebase workflow.
- Suggests likely target commits by examining the staged changes and relevant Git history.
- Can launch an interactive rebase automatically after creating the commit.
- Supports configurable base revisions, including upstream branches, environment variables, and Git config settings.
- Offers an optional commit selection menu, with support for external menu tools such as fzf.
- Includes shell completion support for zsh and fish.
Website: github.com/keis/git-fixup
Support:
Developer: David Keijser and contributors
License: ISC License

Related Software
| Git Workflow Tools | |
|---|---|
| git-extras | Superb collection of tools for Git |
| forgit | Utility for using git interactively |
| wrkflw | Validate and run GitHub Actions workflows locally |
| git-branchless | Branchless workflow for git |
| git-absorb | Super-charging git rebase |
| git-toolbelt | Suite of useful Git commands |
| git-open | Adds a handy git open command to Git. |
| git-town | Automate the creation, synchronization, shipping, and cleanup |
| git-fuzzy | Interactive git with the help of fzf |
| git-recent | Jump between recently used local Git branches |
| git-machete | Robust tool that simplifies your git workflows |
| git-flow-next | Modern implementation of the Git-flow branching model |
| Git Interactive Rebase Tool | Terminal-based sequence editor for interactive rebase |
| git-crecord | Interactively select changes to commit or stage |
| git-xargs | Update across multiple GitHub repositories |
| git-prompt.zsh | Lightweight git prompt for zsh |
| git-imerge | Incremental merge and rebase for Git |
| git revise | Git subcommand and Python library |
| wtp | Enhanced Git worktree management |
| LazyWorktree | Git worktree management for the terminal |
| Hug SCM | The Humane Source Control Management Interface |
| git-smart | Small collection of Git helper commands |
| stax | CLI and TUI for stacked Git branches and PRs |
| git-fixup | Command-line helper for Git users |
| git-autofixup | Git helper that creates fixup commits for topic branches |
| Branchlet | Create and manage Git worktrees |
| git-when-merged | Merge commit finder |
| git-flow | High-level repository operations |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.