Download the .deb
file from the releases page and install with:
sudo dpkg -i /path/to/git-interactive-rebase-tool-*.deb
The executable will be installed to /usr/bin
.
Download the .rpm
file from the releases page and install with your package manager of choice:
sudo rpm -i /path/to/git-interactive-rebase-tool-*.rpm
sudo yum localinstall /path/to/git-interactive-rebase-tool-*.rpm
sudo dnf localinstall /path/to/git-interactive-rebase-tool-*.rpm
With Homebrew
brew install git-interactive-rebase-tool
Download the macOS binary from the releases page and copy it as interactive-rebase-tool
to a location on your PATH
.
On macOS, Terminal.app does not support highlighting the selected line(s). If you want this feature you will need to use a terminal emulator like iTerm2.
Note: Windows binaries are not fully tested. If you are having issues please report them.
Download the tool from the releases page and save it to a known location.
Download the binary from the releases page and copy it as interactive-rebase-tool
to a location on your PATH
.
The project can be installed directly from crates.io via cargo.
cargo install git-interactive-rebase-tool
Community supported repositories are not officially supported, as they are maintained by community members. As such, they do not always provide the latest version. If you run into an issue with a community repository, please reach out to the community member supporting the platform.
Install the git-interactive-rebase-tool package from the community repository (since Alpine v3.14):
apk add git-interactive-rebase-tool
With your AUR helper of choice:
yay -S git-interactive-rebase-tool
- Download the package snapshot
- Extract to a known location
- Run
makepkg -si
from the extracted location
dnf install git-interactive-rebase-tool
FreeBSD support is provided by the community, and while attempts are made to ensure everything works on the platform, it is not officially supported. If you run into problems please create an issue describing the problem.
With Ports using pkg
pkg install interactive_rebase_tool
cd /usr/ports/devel/interactive_rebase_tool && make install clean
guix install git-interactive-rebase-tool
guix shell git-interactive-rebase-tool
guix shell --container git-interactive-rebase-tool
With Chocolatey
choco install git-interactive-rebase-tool
With Scoop
scoop install git-interactive-rebase-tool