https://github.com/golang/review
[mirror] Tool for working with Gerrit code reviews
https://github.com/golang/review
Last synced: 3 months ago
JSON representation
[mirror] Tool for working with Gerrit code reviews
- Host: GitHub
- URL: https://github.com/golang/review
- Owner: golang
- License: bsd-3-clause
- Created: 2014-10-28T07:14:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T13:01:53.000Z (4 months ago)
- Last Synced: 2025-03-28T06:07:11.537Z (3 months ago)
- Language: Go
- Homepage:
- Size: 482 KB
- Stars: 145
- Watchers: 36
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# git-codereview
The git-codereview tool is a command-line tool for working with Gerrit.
## Download/Install
The easiest way to install is to run `go install golang.org/x/review/git-codereview@latest`.
Run `git codereview hooks` to install Gerrit hooks for your git repository.
## Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to
this repository, see https://go.dev/doc/contribute.The git repository is https://go.googlesource.com/review.
The main issue tracker for the review repository is located at
https://go.dev/issues. Prefix your issue with "x/review:" in the
subject line, so it is easy to find.