macOS
brew install git-integrationlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-integration pour les workflows d'agents IA.
installation
brew install git-integrationlocal Homebrew formula metadata
aperçu
Manage git integration branches
historique
git-integration is a small Git add-on for building and rebuilding integration branches from a base branch plus a list of topic branches. It treats the integration plan as an instruction sheet, so the tool fits Git users who want to test several in-progress branches together without pretending that those branches are ready to merge.
John Keeping published the project as a public GitHub repository in 2013. The manual describes an integration branch as the result of merging several topic branches onto a base branch, with the branch rebuilt as the base or topics change.
The documentation evolved around instruction sheets stored under refs/insns, with commands for creating, editing, rebuilding, continuing, aborting, and showing status. Release notes for v0.2 added a disabled-instruction marker and a prefix option for sharing instruction sheets across machines; v0.4 added support for annotated tags as integration-branch bases.
The project has remained a niche Git workflow tool rather than a broad platform. Its Homebrew formula and GitHub Pages documentation made it easy for macOS and Unix-like users to install, but its adoption story is mostly among users who already manage long-lived topic-branch integration flows.
Practitioners use `git integration --create`, `--edit`, `--rebuild`, and `--status` to describe and refresh a synthetic branch containing multiple topic branches. The instruction sheet can include a base ref, merge instructions, comments that become merge-message text, and disabled instructions kept for later reference.
Because instruction sheets live in Git refs, teams can push and fetch them much like branches. That makes git-integration useful when an integrator wants to share a proposed integration queue without rewriting or merging the underlying topic branches.
For package and Git tooling enthusiasts, git-integration is notable because it models project state with Git's own ref namespace rather than an external database. It is part of the Unixy family of Git subcommands that compose with Git configuration, shell completion, reflogs, and plain-text manuals.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-integration | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/johnkeeping/git-integration
métadonnées d'installation
| Clé du paquet | brew:git-integration |
|---|---|
| Version | 0.4 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/git-integration |
| Page d'accueil | https://johnkeeping.github.io/git-integration/ |
| Dépôt | https://github.com/johnkeeping/git-integration |
| Docs amont | https://github.com/johnkeeping/git-integration/tree/master/Documentation |
| Licence | GPL-2.0-only |
| Archive source | https://github.com/johnkeeping/git-integration/archive/refs/tags/v0.4.tar.gz |
| Dernière mise à jour | 2026-06-18T09:25:51+09:00 |
| Pulse | updated |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-integration |
| 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 |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.