# 使用 Homebrew 安装 git-plus

查看 git-plus 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-plus
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:git-plus
- **软件包管理器:** Homebrew
- **版本:** 0.4.10
- **来源摘要:** Git utilities: git multi, git relation, git old-branches, git recent
- **主页:** <https://github.com/tkrajina/git-plus>
- **仓库:** <https://github.com/tkrajina/git-plus>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-multi (别名)
- git-old-branches (别名)
- git-relation (别名)
- git-semver (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.10
## 项目历史与用法

git-plus is a collection of small Git helper commands for multi-repository work, branch relation checks, old branch cleanup, recent branch listing, and semantic-version tag creation.

### 项目历史

The repository started in May 2013 with git-multi-oriented commits and later collected related Git scripts under one package. Tagged releases began with v0.1.0 in 2015 and continued through the 0.4 series, with the README documenting installation by PATH, Homebrew, or pip.

The toolset follows Git's extension convention: executables named git-multi, git-relation, git-old-branches, git-recent, and git-semver become subcommands available as git multi, git relation, git old-branches, git recent, and git semver.

### 采用历史

git-plus is a niche workflow package rather than a platform tool. Homebrew packaging made the command collection easy to install on macOS, while the README's pip and PATH instructions kept it usable as a script bundle for developers managing multiple checkouts.

### 使用方式

Practitioners use git multi to run one Git command across sibling repositories, git relation to compare two refs as ahead, behind, equal, or diverged, git old-branches to identify stale local or remote branches, git recent to order branches by last commit time, and git semver to list or create version tags.

Its most durable use case is local repository housekeeping: checking many working trees, comparing branch state, deleting old branches after confirmation, and moving quickly among recently touched branches.

### 为什么软件包爱好者会关心

git-plus is representative of the lightweight Git-extension culture in which shell or Python scripts are distributed as package-manager formulae and become first-class Git verbs. It overlaps with standalone tools such as git-recent but packages several small workflows together.

### 时间线

- 2013: Repository initialized with git-multi documentation.
- 2015: v0.1.0 tag published.
- 2016: v0.3.0 tag published.
- 2023: v0.4.10 tag published.

### Related projects

- git-recent overlaps with the branch-selection workflow provided by git-plus.
- Git's external command convention makes each git-plus executable available as a git subcommand.

### 来源

- <https://formulae.brew.sh/formula/git-plus>
- <https://github.com/tkrajina/git-plus>
- <https://github.com/tkrajina/git-plus#readme>


## 安全说明

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


## 来源

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