🍺 BREW Explorer

← all formulae

git-revise

brew install git-revise v0.8.0 MIT

Rebase alternative for easy & efficient in-memory rebases and fixups

23
30-day installs · #6437
86
90-day · #5931
403
365-day · #5589
852
★ GitHub stars · updated 2mo ago

Runtime dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Rebase alternative for easy \u0026 efficient in-memory rebases and fixups",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:05+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "git-revise",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-19T15:44:51Z",
  "github_readme_excerpt": "# git revise\n[![Build Status](https://travis-ci.org/mystor/git-revise.svg?branch=master)](https://travis-ci.org/mystor/git-revise)\n[![PyPi](https://img.shields.io/pypi/v/git-revise.svg)](https://pypi.org/project/git-revise)\n[![Documentation Status](https://readthedocs.org/projects/git-revise/badge/?version=latest)](https://git-revise.readthedocs.io/en/latest/?badge=latest)\n\n\n`git revise` is a `git` subcommand to efficiently update, split, and rearrange\ncommits. It is heavily inspired by `git rebase`, however it tries to be more\nefficient and ergonomic for patch-stack oriented workflows.\n\nBy default, `git revise` will apply staged changes to a target commit, then\nupdate `HEAD` to point at the revised history. It also supports splitting\ncommits and rewording commit messages.\n\nUnlike `git rebase`, `git revise` avoids modifying the working directory or\nthe index state, performing all merges in-memory and only writing them when\nnecessary. This allows it to be significantly faster on large codebases and\navoids unnecessarily invalidating builds.\n\n## Install\n\n```sh\n$ pip install --user git-revise\n```\n\nVarious people have also packaged `git revise` for platform-specific package\nmanagers (Thanks!)\n\n#### macOS Homebrew\n\n```sh\n$ brew install git-revise\n```\n\n#### Fedora\n\n```sh\n$ dnf install git-revise\n```\n\n## Documentation\n\nDocumentation, including usage and examples, is hosted on [Read the Docs].\n\n[Read the Docs]: https://git-revise.readthedocs.io/en/latest\n\n",
  "github_repo": "mystor/git-revise",
  "github_stars": 852,
  "github_topics": [],
  "homepage": "https://github.com/mystor/git-revise",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 23,
  "installs_365d": 403,
  "installs_90d": 86,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "git-revise",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 6437,
  "rank_365d": 5589,
  "rank_90d": 5931,
  "raw_hash": "3fef9b3b03325bde",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/git-revise.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.8.0",
  "versioned_formulae": [],
  "why_use_this": null
}