# 使用 Homebrew 安装 git-multipush

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-multipush
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:git-multipush
- **软件包管理器:** Homebrew
- **版本:** 2.3
- **来源摘要:** Push a branch to multiple remotes in one command
- **主页:** <https://github.com/gavinbeatty/git-multipush>
- **仓库:** <https://github.com/gavinbeatty/git-multipush>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-multipush (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

git-multipush is a small Git extension for pushing one branch to several remotes with one command. Its README frames the tool around a 2010 multi-forge workflow, naming GitHub, Gitorious, and repo.or.cz as examples of places where the same repository might be hosted.

### 项目历史

Gavin Beatty published git-multipush as a POSIX shell-oriented Git subcommand with a generated manpage and a traditional Makefile install path. GitHub records the repository creation on 2010-02-04, and the README copyright and first tag both point to 2010 as the initial public period.

### 采用历史

The project stayed niche, but it entered Homebrew as a formula, which made it easy for macOS and Linuxbrew users to install a Git extension that otherwise followed a classic source-install workflow. GitHub metadata records a small public audience rather than broad ecosystem adoption.

### 使用方式

Practitioners use git-multipush when they maintain the same branch on several Git remotes. The command can push to explicit remotes, save per-branch remote lists in Git config, print configured remotes, run dry runs, and choose whether a failed push stops the whole operation or is reported after other pushes have been attempted.

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

The package is a snapshot of early distributed-forge Git habits: before one forge dominated many workflows, developers often mirrored projects across several hosts. As a package, it is interesting because it wraps Git config and git-push without adding a service dependency.

### 时间线

- 2010: Repository and first public tag appeared on GitHub.
- 2010: v2.3 and v2.4 release-candidate tags followed during early iteration.
- 2020: Repository activity included a push after the early release period.

### Related projects

- git-push
- Git remote configuration
- Homebrew formulae for Git extensions

### 来源

- <https://formulae.brew.sh/formula/git-multipush>
- <https://github.com/gavinbeatty/git-multipush>
- <https://raw.githubusercontent.com/gavinbeatty/git-multipush/main/README.mkd>


## 安全说明

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


## 来源

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