git-interactive-rebase-tool
« Back to VersTracker
Description:
Native sequence editor for Git interactive rebase
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: git rebase version-control terminal developer-tool
Install: brew install git-interactive-rebase-tool
About:
Git Interactive Rebase Tool is a native terminal-based sequence editor for Git interactive rebase. It provides a robust, intuitive interface for reordering, editing, and squashing commits without manually editing rebase todo lists. The tool enhances developer productivity by making complex Git history cleanup operations safer and more accessible.
Key Features:
  • Intuitive terminal UI for editing rebase sequences
  • Support for all Git rebase actions (reword, edit, squash, fixup, drop)
  • Native performance with cross-platform support
  • In-tool help and documentation
Use Cases:
  • Cleaning up feature branch history before merging
  • Combining multiple commits into logical units
  • Rewording commit messages in a sequence
  • Removing sensitive data from commit history
Alternatives:
  • git rebase -i – Native Git command requiring manual text editing
  • git-filter-repo – Better for history rewriting than interactive rebase
Version History
Detected Version Rev Change Commit
Dec 22, 2024 5:03am 2 VERSION_BUMP 54550de7
Dec 21, 2024 11:04pm 2 VERSION_BUMP aea01896