macOS
brew install git-reviselocal Homebrew formula metadata
brew / Rang 5780
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-revise in AI-Agent-Workflows.
Installation
brew install git-reviselocal Homebrew formula metadata
sudo apk add git-reviseAlpine Linux edge package indexes · git-revise · Quelle: dl-cdn.alpinelinux.org
sudo apt install git-reviseDebian stable package indexes · git-revise · Quelle: deb.debian.org
sudo dnf install git-reviseFedora Rawhide package metadata · git-revise · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#git-revisenixpkgs package indexes · git-revise · Quelle: raw.githubusercontent.com
sudo pacman -S git-reviseArch Linux sync databases · git-revise · Quelle: geo.mirror.pkgbuild.com
Überblick
Rebase alternative for easy & efficient in-memory rebases and fixups
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-revise | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:git-revise |
|---|---|
| Version | 0.8.0 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/mystor/git-revise |
| Repository | https://github.com/mystor/git-revise |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-19.fc45
Efficiently update, split, and rearrange git commits
https://github.com/mystor/git-revise
sudo dnf install git-revisegit-revise 0.8.0-2
A git subcommand to efficiently update, split, and rearrange commits
https://mystor.github.io/git-revise.html
sudo pacman -S git-reviseQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.