macOS
brew install git-fixuplocal Homebrew formula metadata
brew
Alias for git commit --fixup. Version 1.6.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#git-fixup.
install
brew install git-fixuplocal Homebrew formula metadata
nix profile install nixpkgs#git-fixupnixpkgs package indexes · pkgs/by-name/gi/git-fixup/package.nix · source: api.github.com
overview
Alias for git commit --fixup
history
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.
security posture
No matching local secret-handling manifest was found for git-fixup. Nucleus package metadata is still published here so future coverage has a stable package URL.
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-fixup | 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/keis/git-fixup
install metadata
| Package key | brew:git-fixup |
|---|---|
| Version | 1.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-fixup |
| Homepage | https://github.com/keis/git-fixup |
| Repository | https://github.com/keis/git-fixup |
| Upstream docs | https://github.com/keis/git-fixup#readme |
| License | ISC |
| Source archive | https://github.com/keis/git-fixup/archive/refs/tags/v1.6.1.tar.gz |
| 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-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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-fixup
nix profile install nixpkgs#git-fixupsource 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.