macOS
brew install git-reviselocal Homebrew formula metadata
brew
Rebase alternative for easy & efficient in-memory rebases and fixups. Version 0.8.0 via Homebrew; verified from local package data.
install
brew install git-reviselocal Homebrew formula metadata
sudo apk add git-reviseAlpine Linux edge package indexes · git-revise · source: dl-cdn.alpinelinux.org
sudo apt install git-reviseDebian stable package indexes · git-revise · source: deb.debian.org
sudo dnf install git-reviseFedora Rawhide package metadata · git-revise · source: dl.fedoraproject.org
nix profile install nixpkgs#git-revisenixpkgs package indexes · git-revise · source: raw.githubusercontent.com
sudo pacman -S git-reviseArch Linux sync databases · git-revise · source: geo.mirror.pkgbuild.com
overview
Rebase alternative for easy & efficient in-memory rebases and fixups
history
git-revise is a Git subcommand and Python library for updating, splitting, and rearranging commits without the heavier working-tree churn of many rebase workflows.
The project appeared in 2018 under Nika Layzell's authorship and positioned itself as an ergonomic alternative to `git rebase` for patch-stack workflows. Its documentation emphasizes in-memory merges, preserving index and working-tree state, and avoiding unnecessary rebuilds on large codebases.
The changelog shows an incremental focus on history-editing ergonomics: interactive message editing, improved cut behavior, autosquash configuration, support for `git add --patch`, and manpage installation refinements.
git-revise spread through Python packaging, Homebrew, and distribution packages for developers who wanted a faster fixup/split tool without replacing Git itself. Its adoption is strongest among users who frequently rewrite local patch series before sending them for review.
Practitioners stage changes, run `git revise <target>` to fold those changes into an older commit, or use interactive and autosquash modes to edit a stack of unpublished commits. It is used beside `git rebase`, not as a full replacement for every history-rewriting case.
The package is notable because it treats Git object manipulation as a focused developer-experience problem. It packages an opinionated patch-stack workflow as a small subcommand while leaving the repository format and normal Git commands unchanged.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-revise | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/mystor/git-revise
install metadata
| Package key | brew:git-revise |
|---|---|
| Version | 0.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-revise |
| Homepage | https://github.com/mystor/git-revise |
| Repository | https://github.com/mystor/git-revise |
| Upstream docs | https://git-revise.readthedocs.io/en/latest |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/b7/51/771e8ecd76847a6e822d40e070604eb3d916bf25f73b369417a9789103d5/git_revise-0.8.0.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-revise |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-revise 0.7.0-1
handy git tool for doing efficient in-memory commit rebases & fixups
https://mystor.github.io/git-revise.html
sudo apt install git-revisegit-revise
nix profile install nixpkgs#git-revisegit-revise 0.7.0-1
handy git tool for doing efficient in-memory commit rebases & fixups
https://mystor.github.io/git-revise.html
sudo apt install git-revisegit-revise 0.7.0-r6
Handy tool for doing efficient in-memory commit rebases & fixups with git
https://github.com/mystor/git-revise
sudo apk add git-revisegit-revise-doc 0.7.0-r6
Handy tool for doing efficient in-memory commit rebases & fixups with git (documentation)
https://github.com/mystor/git-revise
sudo apk add git-revise-docgit-revise-pyc 0.7.0-r6
Precompiled Python bytecode for git-revise
https://github.com/mystor/git-revise
sudo apk add git-revise-pycgit-revise 0.7.0-18.fc45
Efficiently update, split, and rearrange git commits
https://github.com/mystor/git-revise
sudo dnf install git-revisegit-revise 0.8.0-1
A git subcommand to efficiently update, split, and rearrange commits
https://mystor.github.io/git-revise.html
sudo pacman -S git-revisesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.