# 使用 Homebrew, apt, Nix 安装 gitbatch

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

## 安装

```sh
sudo av install brew:gitbatch
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gitbatch
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install gitbatch
```

  证据: Debian stable package indexes: gitbatch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gitbatch
```

  证据: nixpkgs package indexes: pkgs/by-name/gi/gitbatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:gitbatch
- **软件包管理器:** Homebrew
- **版本:** 0.6.1
- **来源摘要:** Manage your git repositories in one place
- **主页:** <https://github.com/isacikgoz/gitbatch>
- **仓库:** <https://github.com/isacikgoz/gitbatch>
- **最后更新:** 2026-07-25T20:55:23-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gitbatch (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

gitbatch is a terminal user interface for managing many Git repositories from one place. It focuses on batch-oriented repository maintenance while still exposing smaller Git operations such as add, reset, stash, and commit.

### 项目历史

The README explains the project's origin plainly: the author often worked across many directories and created gitbatch to make repeated pulls and repository checks faster. Public release tags began in late 2018, and the project uses Go libraries such as go-git and gocui to combine Git operations with a terminal UI.

### 采用历史

gitbatch found its audience among developers who keep many local checkouts: mono-repo avoiders, open source maintainers, consultants, and infrastructure engineers. Debian, Ubuntu, Nix, and Homebrew packaging widened its reach beyond Go users installing from source.

### 使用方式

Practitioners run gitbatch from a parent directory containing multiple repositories. The UI lets them inspect status and perform repeated operations across the set without manually changing into every checkout.

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

gitbatch is package-manager-friendly because it turns a local workflow habit into a single binary. It complements Git rather than replacing it, and it shows how terminal UIs became a common packaging target for developer ergonomics.

### 时间线

- 2018: First visible release tags appeared in December.
- 2019: v0.4.x and v0.5.x tags expanded the early terminal UI tool.
- 2023: Repository activity included packaging and dependency updates.

### Related projects

- Git supplies the underlying repository operations.
- go-git is credited for Git interface work.
- gocui is credited for the terminal user interface.
- Viper, color, and kingpin support configuration, terminal output, and flags.

### 来源

- <https://formulae.brew.sh/formula/gitbatch>
- <https://github.com/isacikgoz/gitbatch>
- <https://github.com/isacikgoz/gitbatch/wiki>
- <https://raw.githubusercontent.com/isacikgoz/gitbatch/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - gitbatch - 0.6.1-1+b7: normalized package name match | Debian stable package indexes: gitbatch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Manage git repositories in one place | https://github.com/isacikgoz/gitbatch
- Nix - gitbatch: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitbatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gitbatch - 0.5.0-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: gitbatch from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Manage git repositories in one place | https://github.com/isacikgoz/gitbatch


## Combined YAML source

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


## 来源

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