git-appraise
brew install git-appraise
v0.7
Apache-2.0
Distributed code review system for Git repos
11
30-day installs · #8367
14
90-day · #10783
73
365-day · #10039
5.3k
★ GitHub stars · updated 3y ago
Build dependencies
Links
- https://github.com/google/git-appraise
- GitHub: google/git-appraise
- Brew formula source: Formula/g/git-appraise.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Distributed code review system for Git repos",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:02+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "git-appraise",
"github_default_branch": "master",
"github_last_commit_at": "2023-08-12T01:06:27Z",
"github_readme_excerpt": "# Distributed Code Review For Git\n[](https://travis-ci.org/google/git-appraise)\n\nThis repo contains a command line tool for performing code reviews on git\nrepositories.\n\n## Overview\n\nThis tool is a *distributed* code review system for git repos.\n\nBy \"distributed\", we mean that code reviews are stored inside of the repository\nas git objects. Every developer on your team has their own copy of the review\nhistory that they can push or pull. When pulling, updates from the remote\nrepo are automatically merged by the tool.\n\nThis design removes the need for any sort of server-side setup. As a result,\nthis tool can work with any git hosting provider, and the only setup required\nis installing the client on your workstation.\n\n## Installation\n\nAssuming you have the [Go tools installed](https://golang.org/doc/install), run\nthe following command:\n\n go install github.com/google/git-appraise/git-appraise@latest\n\nThen, either make sure that `${GOPATH}/bin` is in your PATH, or explicitly add the\n\"appraise\" git alias by running the following command.\n\n git config --global alias.appraise \u0027!\u0027\"${GOPATH}/bin/git-appraise\"\n\n#### Windows:\n\n git config --global alias.appraise \"!%GOPATH%/bin/git-appraise.exe\"\n\n## Requirements\n\nThis tool expects to run in an environment with the following attributes:\n\n1. The git command line tool is installed, and included in the PATH.\n2. The tool is run from within a git repo.\n3. The git command line tool is configured with the credentials it needs to\n push to and pull from the remote repos.\n\n## Usage\n\nRequesting a code review:\n\n git appraise request\n\nPushing code reviews to a remote:\n\n git appraise push [\u003cremote\u003e]\n\nPulling code reviews from a remote:\n\n git appraise pull [\u003cremote\u003e]\n\nListing open code reviews:\n\n git appraise list\n\nShowing the status of the current review, including comments:\n\n git appraise show\n\nShowing the diff of a review:\n\n git appra",
"github_repo": "google/git-appraise",
"github_stars": 5300,
"github_topics": [],
"homepage": "https://github.com/google/git-appraise",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 11,
"installs_365d": 73,
"installs_90d": 14,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "git-appraise",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 8367,
"rank_365d": 10039,
"rank_90d": 10783,
"raw_hash": "85046fb4b8038e53",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/git-appraise.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.7",
"versioned_formulae": [],
"why_use_this": null
}