# git-revise を Homebrew, apk, apt, dnf, Nix, pacman でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install git-revise
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add git-revise
```

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

- Debian apt (92%):

```sh
sudo apt install git-revise
```

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

- dnf (92%):

```sh
sudo dnf install git-revise
```

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

- Nix (92%):

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

  証拠: nixpkgs package indexes: git-revise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S git-revise
```

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

## パッケージ情報

- **パッケージキー:** brew:git-revise
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-revise>
- **バージョン:** 0.8.0
- **ソース概要:** Rebase alternative for easy & efficient in-memory rebases and fixups
- **ホームページ:** <https://github.com/mystor/git-revise>
- **リポジトリ:** <https://github.com/mystor/git-revise>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/b7/51/771e8ecd76847a6e822d40e070604eb3d916bf25f73b369417a9789103d5/git_revise-0.8.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-revise (cli)
- git-revise (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.8.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/mystor/git-revise
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

git-revise is a Git subcommand and Python library for updating, splitting, and rearranging commits without the heavier working-tree churn of many rebase workflows.

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

The project appeared in 2018 under Nika Layzell's authorship and positioned itself as an ergonomic alternative to `git rebase` for patch-stack workflows. Its documentation emphasizes in-memory merges, preserving index and working-tree state, and avoiding unnecessary rebuilds on large codebases.

The changelog shows an incremental focus on history-editing ergonomics: interactive message editing, improved cut behavior, autosquash configuration, support for `git add --patch`, and manpage installation refinements.

### 採用の歴史

git-revise spread through Python packaging, Homebrew, and distribution packages for developers who wanted a faster fixup/split tool without replacing Git itself. Its adoption is strongest among users who frequently rewrite local patch series before sending them for review.

### 使われ方

Practitioners stage changes, run `git revise <target>` to fold those changes into an older commit, or use interactive and autosquash modes to edit a stack of unpublished commits. It is used beside `git rebase`, not as a full replacement for every history-rewriting case.

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

The package is notable because it treats Git object manipulation as a focused developer-experience problem. It packages an opinionated patch-stack workflow as a small subcommand while leaving the repository format and normal Git commands unchanged.

### タイムライン

- 2018: GitHub repository created and documentation copyright begins.
- 0.4.0: Interactive editing and bulk commit-message editing improved.
- 0.5.0: `revise.autoSquash` configuration added.
- 0.6.0: `git add --patch` support and manpage installation changes added.
- 0.8.0: PyPI release series continued beyond the documented 0.6.0 manual.

### Related projects

- Related tools and workflows include `git rebase`, `git commit --fixup`, `git add --patch`, patch-stack review flows, and Git object-database libraries.

### ソース

- <https://github.com/mystor/git-revise>
- <https://pypi.org/project/git-revise/>
- <https://raw.githubusercontent.com/mystor/git-revise/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/mystor/git-revise/master/README.md>
- <https://raw.githubusercontent.com/mystor/git-revise/master/docs/index.rst>
- <https://raw.githubusercontent.com/mystor/git-revise/master/docs/man.rst>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-revise
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - git-revise - 0.7.0-1: normalized package name match | Debian stable package indexes: git-revise from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | handy git tool for doing efficient in-memory commit rebases & fixups | https://mystor.github.io/git-revise.html
- Nix - git-revise: normalized package name match | nixpkgs package indexes: git-revise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - git-revise - 0.7.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: git-revise from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | handy git tool for doing efficient in-memory commit rebases & fixups | https://mystor.github.io/git-revise.html
- apk - git-revise - 0.7.0-r6: normalized package name match | Alpine Linux edge package indexes: git-revise from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Handy tool for doing efficient in-memory commit rebases & fixups with git | https://github.com/mystor/git-revise
- apk - git-revise-doc - 0.7.0-r6: normalized package name match | Alpine Linux edge package indexes: git-revise-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Handy tool for doing efficient in-memory commit rebases & fixups with git (documentation) | https://github.com/mystor/git-revise
- apk - git-revise-pyc - 0.7.0-r6: normalized package name match | Alpine Linux edge package indexes: git-revise-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for git-revise | https://github.com/mystor/git-revise
- dnf - git-revise - 0.7.0-19.fc45: normalized package name match | Fedora Rawhide package metadata: git-revise from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Efficiently update, split, and rearrange git commits | https://github.com/mystor/git-revise
- pacman - git-revise - 0.8.0-2: normalized package name match | Arch Linux sync databases: git-revise from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A git subcommand to efficiently update, split, and rearrange commits | https://mystor.github.io/git-revise.html


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [git-machete](https://pkg.so/ja/brew/git-machete/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rebase.
- [reposurgeon](https://pkg.so/ja/brew/reposurgeon/) - Shares pkgdb curated category or tags: cli, developer-tools, git, history-editing.
- [git-imerge](https://pkg.so/ja/brew/git-imerge/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rebase.
- [gh](https://pkg.so/ja/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [libgit2](https://pkg.so/ja/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [glab](https://pkg.so/ja/brew/glab/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-lfs](https://pkg.so/ja/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [lazygit](https://pkg.so/ja/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-big-picture](https://pkg.so/ja/brew/git-big-picture/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, git, python.

## Combined YAML source

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


## ソース

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