# git-integration を Homebrew でインストール

git-integration のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-integration
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:git-integration
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4
- **ソース概要:** Manage git integration branches
- **ホームページ:** <https://johnkeeping.github.io/git-integration/>
- **リポジトリ:** <https://github.com/johnkeeping/git-integration>
- **最終更新:** 2026-06-18T09:25:51+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-integration (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.4
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2013: Public GitHub repository created.
- v0.2: Added disabled instructions, prefix support, reflog cleanup, portability fixes, and documentation fixes.
- v0.4: Added annotated-tag support for integration-branch bases.

### Related projects

- git-integration sits near Git's rerere conflict-reuse mechanism and branch-stack tools such as git-machete. Unlike rebase-stack tools, it focuses on building a throwaway or shareable integration branch from independent topic branches.

### ソース

- <https://api.github.com/repos/johnkeeping/git-integration>
- <https://formulae.brew.sh/formula/git-integration>
- <https://github.com/johnkeeping/git-integration/blob/master/Documentation/description.txt>
- <https://github.com/johnkeeping/git-integration/blob/master/Documentation/git-integration.txt>
- <https://github.com/johnkeeping/git-integration/tree/master/Documentation/RelNotes>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/git-integration.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-integration.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
