🍺 BREW Explorer

← all formulae

git-graph

brew install git-graph v0.7.0 MIT

Command-line tool to show clear git graphs arranged for your branching model

50
30-day installs · #4682
134
90-day · #4935
557
365-day · #4891
939
★ GitHub stars · updated 3mo ago

Build dependencies

GitHub topics

command-line command-line-tool git git-flow git-graph gitlab-flow graph rust

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Command-line tool to show clear git graphs arranged for your branching model",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:04+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "git-graph",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-05-03T07:44:51Z",
  "github_readme_excerpt": "# git-graph\n\n[![Tests](https://github.com/mlange-42/git-graph/actions/workflows/tests.yml/badge.svg)](https://github.com/mlange-42/git-graph/actions/workflows/tests.yml)\n[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/mlange-42/git-graph)\n[![Crate](https://img.shields.io/crates/v/git-graph.svg)](https://crates.io/crates/git-graph)\n[![MIT license](https://img.shields.io/github/license/mlange-42/git-graph)](https://github.com/mlange-42/git-graph/blob/master/LICENSE)\n\nA command line tool to visualize Git history graphs in a comprehensible way, following different branching models.\n\nThe image below shows an example using the [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) branching model for a comparison between graphs generated by git-graph (far left) versus other tools and Git clients. \n\n\u003e GitFlow was chosen for its complexity, while any other branching model is supported, including user-defined ones.\n\n![Graph comparison between tools](https://user-images.githubusercontent.com/44003176/103466403-36a81780-4d45-11eb-90cc-167d210d7a52.png)\n\nDecide for yourself which graph is the most comprehensible. :sunglasses:\n\nIf you want an **interactive Git terminal application**, see [**git-igitt**](https://github.com/mlange-42/git-igitt), which is based on git-graph.\n\n## Features\n\n* View structured graphs directly in the terminal\n* Pre-defined and custom branching models and coloring\n* Different styles, including ASCII-only (i.e. no \"special characters\")\n* Custom commit formatting, like with `git log --format=\"...\"`\n\n## Installation\n\n**Pre-compiled binaries**\n\n1. Download the [latest binaries](https://github.com/mlange-42/git-graph/releases) for your platform\n2. Unzip somewhere\n3. *Optional:* add directory `git-graph` to your `PATH` environmental variable\n\n**Using `cargo`**\n\nIn case you have [Rust](https://www.rust-lang.org/) installed, you can install with `cargo`:\n\n```\ncargo install git-graph\n```\n\n**From `homebrew`**\n",
  "github_repo": "mlange-42/git-graph",
  "github_stars": 939,
  "github_topics": [
    "command-line",
    "command-line-tool",
    "git",
    "git-flow",
    "git-graph",
    "gitlab-flow",
    "graph",
    "rust"
  ],
  "homepage": "https://github.com/mlange-42/git-graph",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 50,
  "installs_365d": 557,
  "installs_90d": 134,
  "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-graph",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 4682,
  "rank_365d": 4891,
  "rank_90d": 4935,
  "raw_hash": "9603b766b04515fa",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/git-graph.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.7.0",
  "versioned_formulae": [],
  "why_use_this": null
}