git-gerrit
brew install git-gerrit
v0.3.0
BSD-3-Clause
Gerrit code review helper scripts
2
30-day installs · #13775
4
90-day · #15667
34
365-day · #12177
110
★ GitHub stars · updated 7y ago
Links
- https://github.com/fbzhong/git-gerrit
- GitHub: fbzhong/git-gerrit
- Brew formula source: Formula/g/git-gerrit.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [
"gerrit-tools"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Gerrit code review helper scripts",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:03+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "git-gerrit",
"github_default_branch": "master",
"github_last_commit_at": "2018-09-13T02:57:17Z",
"github_readme_excerpt": "# Git-Gerrit\n\nA few scripts to make code review via [Gerrit Code Review](http://gerrit.googlecode.com) easier for developers.\nThey are improved and maintained to fit the needs of the [TYPO3](http://typo3.org) review workflow.\n\nThis project is forked from my [gerrit-tools](https://github.com/fbzhong/gerrit-tools) repo, which was originally developed by [Andr\u00e9 Arko](https://github.com/indirect/gerrit-tools), modified by [Steffen Gebert](https://github.com/StephenKing/gerrit-tools) and [Philipp Gampe](https://github.com/pgampe/gerrit-tools).\n\n## Change Logs\n\n v0.3.0\n + squashing push commit to refs/changes/\u003cnumber\u003e in review branch.\n + add --all-approvals in changes command.\n - remove rebase command.\n * bug fixing.\n\n v0.2.0\n + patchset command.\n + more bash completion support.\n + installation scripts.\n * bug fix.\n\n v0.1.0 fork from gerrit tools.\n\n## gerrit-cherry-pick\n\nThis is a script that allows you to cherry-pick a particular patch from Gerrit, so that it can be reviewed easily. It comes from Gerrit 2.2.1.\n\n## gerrit\n\nGerrit is a warpper script to execute gerrit commands via ssh.\n\n## git-gerrit\n\nGit-gerrit is a wrapper script to make creating, reviewing, and approving Gerrit changes very simple. In the simplest case, you can have an entire Git workflow that looks like this for people creating a new changeset:\n\n git gerrit push\n\nAnd looks like this for people reviewing someone else\u0027s changeset:\n\n // show changes\n git gerrit changes\n\n // show change detail\n git gerrit changes 123\n\n // apply change for review\n git gerrit apply 123\n\n // show patchset diff.\n git gerrit patchset\n\n // verify...\n rake\n\n // review\n git gerrit review\n\n // submit\n git gerrit submit\n\n // reset\n git gerrit reset\n\nWhen we have to update and re-submit the changeset according to the code review result, we can do like that:\n\n // apply change for review\n git gerrit apply 123\n\n ",
"github_repo": "fbzhong/git-gerrit",
"github_stars": 110,
"github_topics": [],
"homepage": "https://github.com/fbzhong/git-gerrit",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 2,
"installs_365d": 34,
"installs_90d": 4,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-3-Clause",
"llm_generated_at": null,
"llm_model": null,
"name": "git-gerrit",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 13775,
"rank_365d": 12177,
"rank_90d": 15667,
"raw_hash": "bed3dc33b8f4d47a",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/git-gerrit.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.3.0",
"versioned_formulae": [],
"why_use_this": null
}