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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install git-tracker
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:git-tracker
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0.0
- **ソース概要:** Integrate Pivotal Tracker into your Git workflow
- **ホームページ:** <https://github.com/stevenharman/git_tracker>
- **リポジトリ:** <https://github.com/stevenharman/git_tracker>
- **最終更新:** 2026-06-22T14:03:32-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-tracker (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

git-tracker is a Git hook helper for teams that name branches with Pivotal Tracker story numbers. It installs a prepare-commit-msg hook that detects a story ID in the branch name and adds the corresponding Tracker syntax to commit messages.

### プロジェクトの歴史

The upstream git_tracker repository was created in 2012 by Steven Harman. Its README presents the tool as GitTracker or git-tracker, a small workflow bridge between local Git branches and Pivotal Tracker's commit-message conventions.

### 採用の歴史

Adoption appears concentrated around Ruby and macOS/Homebrew users rather than a broad Git ecosystem. The project is published as the git_tracker RubyGem and as the git-tracker Homebrew formula, both pointing back to the same GitHub source repository.

### 使われ方

Practitioners install the binary, run `git tracker init` inside each repository where the hook should be active, and include a Pivotal Tracker story number in branch names. On commit, the hook adds a Tracker-formatted story marker, or a keyword such as Fixes with the story number, unless the message already contains the marker.

### パッケージ好きにとっての重要性

The package is a compact example of Git's extension culture: a Ruby-distributed tool exposed as a `git tracker` subcommand, with most behavior implemented by installing a standard Git hook into each repository.

### タイムライン

- 2012: git_tracker repository created.
- 2.0.0: RubyGems and Homebrew package the tool under git_tracker and git-tracker names.

### Related projects

- git-tracker is tied to Git hooks, Pivotal Tracker's source-control message syntax, RubyGems packaging, and Homebrew distribution.

### ソース

- <https://api.github.com/repos/stevenharman/git_tracker>
- <https://formulae.brew.sh/formula/git-tracker>
- <https://github.com/stevenharman/git_tracker>
- <https://raw.githubusercontent.com/stevenharman/git_tracker/master/README.md>
- <https://rubygems.org/gems/git_tracker>


## セキュリティノート

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-tracker.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-tracker.yml)


## ソース

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