macOS
brew install git-fixuplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-fixup in AI-Agent-Workflows.
Installation
brew install git-fixuplocal Homebrew formula metadata
nix profile install nixpkgs#git-fixupnixpkgs package indexes · pkgs/by-name/gi/git-fixup/package.nix · Quelle: api.github.com
Überblick
Alias for git commit --fixup
Verlauf
git-fixup is a small shell-based Git helper that automates creation of fixup, squash, and amend commits for interactive rebase workflows.
David Keijser's repository began in June 2013 with the stated purpose of reducing the copy-and-paste work in a rebase workflow. The README presents `git fixup <ref>` as a convenience wrapper around `git commit --fixup <ref>`, while the argument-free form uses Git blame and log data to suggest commits touched by the staged lines or files.
The tool occupies a niche around Git autosquash usage rather than serving as a general-purpose Git frontend. Its README documents installation through Homebrew, Arch packaging, manual installation, and shell completion, which shows the script was designed for developer workstations and command-line integration.
Practitioners stage the changes that should amend an older commit, run `git fixup` to select or infer a target commit, and then use interactive rebase with autosquash to fold the generated fixup or squash commit into place. Configuration is provided through Git config keys and environment variables for defaults such as base revision, action, menu command, and whether to rebase after committing.
git-fixup is package-nerd useful because it turns a common review-cleanup ritual into a tiny Git subcommand without adding a large workflow system. Its value is in the Unix-tool shape: a shell script, optional completion, and compatibility with external menu tools such as fzf.
Sicherheitslage
Für git-fixup wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
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-fixup | cli | globales Executable |
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.
https://github.com/keis/git-fixup
Installationsmetadaten
| Paketschlüssel | brew:git-fixup |
|---|---|
| Version | 1.6.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-fixup |
| Homepage | https://github.com/keis/git-fixup |
| Repository | https://github.com/keis/git-fixup |
| Upstream-Dokumentation | https://github.com/keis/git-fixup#readme |
| Lizenz | ISC |
| Quellarchiv | https://github.com/keis/git-fixup/archive/refs/tags/v1.6.1.tar.gz |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-fixup |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
git-fixup
nix profile install nixpkgs#git-fixupQuellspur
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.