# 使用 Homebrew, apt, Nix 安装 git-big-picture

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

## 安装

```sh
sudo av install brew:git-big-picture
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-big-picture
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install git-big-picture
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#git-big-picture
```

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

## 软件包事实

- **软件包键:** brew:git-big-picture
- **软件包管理器:** Homebrew
- **版本:** 1.3.0
- **来源摘要:** Visualization tool for Git repositories
- **主页:** <https://github.com/git-big-picture/git-big-picture>
- **仓库:** <https://github.com/git-big-picture/git-big-picture>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-big-picture (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

git-big-picture is a Python and Graphviz-based visualization tool that reduces a Git repository's commit DAG to the commits and refs that explain the repository's branch and tag structure.

### 项目历史

The repository opened in 2011 and developed as a Git history visualizer rather than a general Git UI. Its README describes the tool as a filter: it removes uninteresting commits from the DAG and renders the remaining relationships with Graphviz.

The project later gained generated manual-page documentation, PyPI packaging, test automation, and examples showing reduced graphs for toy and real repositories. A 2026 maintainer notice placed the project in maintenance mode, with bug fixes and dependency updates accepted but feature expansion paused.

### 采用历史

git-big-picture occupies a small but recognizable Git-tool niche: it helps developers explain topology in repositories where git log --graph is too noisy. Packaging in Homebrew, Debian-family systems, Nix, and PyPI made it easy to install alongside Graphviz.

### 使用方式

Practitioners run git-big-picture against a repository to produce SVG, PNG, PDF, Graphviz dot, or viewer output. Options select tags, branches, roots, merges, bifurcation commits, commit messages, simplification, history direction, output files, and viewers.

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

Package maintainers care because the executable is a classic Unix-style Git helper: small, scriptable, dependent on Graphviz, installable as git big-picture through PATH lookup, and useful for documentation screenshots or release notes.

### 时间线

- 2011: Repository created.
- 2024: The generated man page documented git-big-picture 1.3.0.
- 2026: Maintainer notice marked the project as maintenance mode.

### Related projects

- Related tools include Git's log graph output, Graphviz dot, PyPI packaging, and Git helper command integration through PATH lookup or aliases.

### 来源

- <https://api.github.com/repos/git-big-picture/git-big-picture>
- <https://formulae.brew.sh/formula/git-big-picture>
- <https://github.com/git-big-picture/git-big-picture>
- <https://github.com/git-big-picture/git-big-picture/blob/main/README.md>
- <https://github.com/git-big-picture/git-big-picture/blob/main/git-big-picture.1>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Debian apt - git-big-picture - 1.3.0-1: normalized package name match | Debian stable package indexes: git-big-picture from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Visualization tool for Git repositories (executable) | https://github.com/git-big-picture/git-big-picture
- Debian apt - python3-git-big-picture - 1.3.0-1: normalized package name match | Debian stable package indexes: python3-git-big-picture from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Visualization tool for Git repositories (module) | https://github.com/git-big-picture/git-big-picture
- Nix - git-big-picture: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-big-picture/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - git-big-picture - 1.2.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: git-big-picture from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Visualization tool for Git repositories (executable) | https://github.com/git-big-picture/git-big-picture
- Ubuntu apt - python3-git-big-picture - 1.2.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-git-big-picture from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Visualization tool for Git repositories (module) | https://github.com/git-big-picture/git-big-picture


## Combined YAML source

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