git-interactive-rebase-tool

Native sequence editor for Git interactive rebase with TUI

brewmacoslinux
Try with needOr install directly
Source

About

Native sequence editor for Git interactive rebase

Commands

interactive-rebase-tool

Examples

Start interactive rebase with the tool as editor$ GIT_EDITOR=interactive-rebase-tool git rebase -i HEAD~5
Set the tool as default Git editor for rebases$ git config --global core.editor interactive-rebase-tool
Interactive rebase on main branch with visual editor$ GIT_EDITOR=interactive-rebase-tool git rebase -i main