# multi-git-status を Homebrew, dnf, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:multi-git-status
```

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

### macOS

- Homebrew (100%):

```sh
brew install multi-git-status
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install multi-git-status
```

  証拠: Fedora Rawhide package metadata: multi-git-status from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install mgitstatus
```

  証拠: Debian stable package indexes: mgitstatus from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#mgitstatus
```

  証拠: nixpkgs package indexes: pkgs/by-name/mg/mgitstatus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:multi-git-status
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.3
- **ソース概要:** Show uncommitted, untracked and unpushed changes for multiple Git repos
- **ホームページ:** <https://github.com/fboender/multi-git-status>
- **リポジトリ:** <https://github.com/fboender/multi-git-status>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mgitstatus (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

multi-git-status installs the `mgitstatus` command, a small utility by fboender for checking many Git working trees at once. The public GitHub repository was created in 2016 and describes the command as a way to show uncommitted, untracked, and unpushed changes across multiple repositories.

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

The tool fills a common maintainer workflow: scan a directory tree for `.git` directories, then print concise status lines for repositories that need attention. Its README documents checks for uncommitted changes, untracked files, branches that need push or pull, branches without upstreams, and stashes, with options for recursion depth, fetching, throttling fetches, flattened output, color, and filtering clean repositories.

### 使われ方

Package-manager metadata exposes it as `multi-git-status` in Homebrew while Debian and Ubuntu package the executable-oriented name `mgitstatus`. Its niche is deliberately narrower than repository orchestration tools: it is a quick status dashboard for people who keep many local clones.

### ソース

- <https://api.github.com/repos/fboender/multi-git-status>
- <https://formulae.brew.sh/formula/multi-git-status>
- <https://github.com/fboender/multi-git-status>
- <https://www.mankier.com/1/mgitstatus>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## 他のパッケージマネージャ記録

- dnf - multi-git-status - 2.3-5.fc45: normalized package name match | Fedora Rawhide package metadata: multi-git-status from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Show uncommitted, untracked and unpushed changes for multiple Git repos | https://github.com/fboender/multi-git-status
- Debian apt - mgitstatus - 2.3+dfsg-1: installed executable or alias match | Debian stable package indexes: mgitstatus from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Show status of multiple Git repositories | https://github.com/fboender/multi-git-status
- Nix - mgitstatus: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/mg/mgitstatus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mgitstatus - 2.2+dfsg-2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: mgitstatus from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Show status of multiple Git repositories | https://github.com/fboender/multi-git-status


## Combined YAML source

View the package source record on GitHub. [combined/multi-git-status.yml](https://github.com/mxcl/pkgdb/blob/main/combined/multi-git-status.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
