commit | 3f3690dc9cf1f7c0ddca72d1c5313be4022ece58 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jan 07 12:26:06 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Jan 07 18:26:42 2021 +0000 |
tree | f302f9307c7019340957396f040613f2962e6417 | |
parent | 541f6aec3b30c1bd064ea95cdaaf57f4e65bef4d [diff] |
git-codereview: add a few more tests Change-Id: I17ad065e8b4c1eb00cdd2f17af82be76bae4fc09 Reviewed-on: https://go-review.googlesource.com/c/review/+/279717 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go get -u golang.org/x/review/git-codereview
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
Run git codereview hooks
to install Gerrit hooks for your git repository.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the review repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/review:” in the subject line, so it is easy to find.