# Installer git-fixup avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-fixup pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:git-fixup
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install git-fixup
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-fixup
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gi/git-fixup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:git-fixup
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/git-fixup>
- **Version:** 1.6.1
- **Résumé source:** Alias for git commit --fixup
- **Page d'accueil:** <https://github.com/keis/git-fixup>
- **Dépôt:** <https://github.com/keis/git-fixup>
- **Docs amont:** <https://github.com/keis/git-fixup#readme>
- **Licence:** ISC
- **Archive source:** <https://github.com/keis/git-fixup/archive/refs/tags/v1.6.1.tar.gz>
- **Généré:** 2026-07-25T07:20:51+00:00

## exécutables

- git-fixup (cli)
- git-fixup (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-25
- version du gestionnaire: 1.6.1
- données locales: OK
- dépôt amont: https://github.com/keis/git-fixup
- dernière version détectée: v1.6.1 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

git-fixup is a small shell-based Git helper that automates creation of fixup, squash, and amend commits for interactive rebase workflows.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2013: The repository was created and the first commit described the tool as fixup-focused.
- 2015: README imagery and usage examples documented the interactive candidate-selection workflow.
- Later releases: The command gained squash, amend, rebase, menu, and shell-completion support.

### Related projects

- git-fixup builds on Git's `commit --fixup`, `commit --squash`, and `rebase --autosquash` workflow, and it can be paired with menu tools such as fzf.

### Sources

- <https://github.com/keis/git-fixup>
- <https://github.com/keis/git-fixup#readme>
- <https://github.com/keis/git-fixup/blob/master/CHANGELOG.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour git-fixup. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - git-fixup: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-fixup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [braid](https://www.automicvault.com/fr/pkg/brew/braid/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [codeberg-cli](https://www.automicvault.com/fr/pkg/brew/codeberg-cli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [dura](https://www.automicvault.com/fr/pkg/brew/dura/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [gcli](https://www.automicvault.com/fr/pkg/brew/gcli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [git-absorb](https://www.automicvault.com/fr/pkg/brew/git-absorb/) - Shares av.db curated category or tags: cli, developer-tools, fixup, git.
- [git-branchless](https://www.automicvault.com/fr/pkg/brew/git-branchless/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [git-cinnabar](https://www.automicvault.com/fr/pkg/brew/git-cinnabar/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [git-cola](https://www.automicvault.com/fr/pkg/brew/git-cola/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [git-series](https://www.automicvault.com/fr/pkg/brew/git-series/) - Package names and metadata indicate a similar tool family. Shared terms: cli, control, developer, developer-tools, git.

## Combined YAML source

View the package source record on GitHub. [combined/git-fixup.yml](https://github.com/automic-vault/db/blob/main/combined/git-fixup.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
