# git-branchless を Homebrew, apk, MacPorts, Nix, pacman, scoop でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install git-branchless
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install git-branchless
```

  証拠: MacPorts ports tree: devel/git-branchless/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add git-branchless
```

  証拠: Alpine Linux edge package indexes: git-branchless from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#git-branchless
```

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

- pacman (92%):

```sh
sudo pacman -S git-branchless
```

  証拠: Arch Linux sync databases: git-branchless from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/git-branchless
```

  証拠: Scoop official bucket manifest trees: bucket/git-branchless.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:git-branchless
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.11.1
- **ソース概要:** High-velocity, monorepo-scale workflow for Git
- **ホームページ:** <https://github.com/arxanas/git-branchless>
- **リポジトリ:** <https://github.com/arxanas/git-branchless>
- **最終更新:** 2026-06-22T14:03:30-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-branchless (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

git-branchless is a Rust suite of Git workflow tools for undo, smart logs, commit-stack manipulation, restacking, syncing, and fast monorepo-scale history operations.

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

The repository opened in 2020 and grew around a branchless workflow idea: users can commit directly, treat branches as optional labels, and manipulate commit graphs without fear of losing work. The README presents the tool as compatible with branches while adding undo, smartlog, restack, sync, move, next, prev, and interactive switch commands.

The design goals describe git-branchless as an incremental improvement path for Git users and a test bed for workflows later explored by Jujutsu. Its emphasis is practical rather than academic: reduce Git complexity, increase developer velocity, and keep commands fast enough for very large repositories.

### 採用の歴史

git-branchless became one of the better-known modern Git workflow experiments. The project documents package-manager installation, Cargo installation, Git hooks, shell alias integration, discussions, Discord, and a user survey, and it benchmarks ideas against large repositories such as Linux and Mozilla's gecko-dev.

Its related-tools page places it in the same ecosystem as Stacked Git, git-stack, git-ps, Jujutsu, Sapling, git-absorb, git-autofixup, and git-revise, making it part of the broader move toward stacked-diff and mutable-history workflows.

### 使われ方

Practitioners install the executable, run git branchless init inside each repository, and then use git sl for a smart log, git undo for repository-level undo, git restack to repair abandoned descendants, git sync to rebase local stacks, and git move to manipulate subtrees of commits without checking them out.

### パッケージ好きにとっての重要性

For package maintainers, git-branchless is notable because it ships a Rust CLI with Git hook integration, Cargo distribution, packages across several ecosystems, and commands that intentionally wrap or augment ordinary Git rather than replacing the repository format.

### タイムライン

- 2020: Repository created.
- 2021: Public 0.x tags began with v0.1.0 and expanded through frequent 0.3 releases.
- 2024: v0.10.0 continued the pre-1.0 release line.
- 2026: v0.11.1 was published in the same 0.x series.

### Related projects

- Related and adjacent tools include Jujutsu, Sapling, Stacked Git, git-stack, Git Patch Stack, git-absorb, git-autofixup, git-revise, Git itself, and large monorepo workflows.

### ソース

- <https://api.github.com/repos/arxanas/git-branchless>
- <https://formulae.brew.sh/formula/git-branchless>
- <https://github.com/arxanas/git-branchless>
- <https://github.com/arxanas/git-branchless/releases>
- <https://github.com/arxanas/git-branchless/wiki>
- <https://github.com/arxanas/git-branchless/wiki/Design-goals>
- <https://github.com/arxanas/git-branchless/wiki/Installation>
- <https://github.com/arxanas/git-branchless/wiki/Related-tools>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - git-branchless: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-branchless/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - git-branchless - 0.10.0-r2: normalized package name match | Alpine Linux edge package indexes: git-branchless from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Suite of tools to help you visualize, navigate, manipulate, and repair your commit graph | https://github.com/arxanas/git-branchless
- apk - git-branchless-doc - 0.10.0-r2: normalized package name match | Alpine Linux edge package indexes: git-branchless-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Suite of tools to help you visualize, navigate, manipulate, and repair your commit graph (documentation) | https://github.com/arxanas/git-branchless
- pacman - git-branchless - 0.11.1-2: normalized package name match | Arch Linux sync databases: git-branchless from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | High-velocity monorepo-scale workflow for Git | https://github.com/arxanas/git-branchless
- MacPorts - git-branchless: normalized package name match | MacPorts ports tree: devel/git-branchless/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/git-branchless: normalized package name match | Scoop official bucket manifest trees: bucket/git-branchless.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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