commit | c4d5d8fb54f168c51827b4901b8537fca9a2abc6 | [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:51 2021 +0000 |
tree | 8fc73edbe5115d1f2917e583050aad5ae638972c | |
parent | 5617b8658c4ff7af5665cf0fd4bc5448d4ada7b9 [diff] |
git-codereview: make git change handle GitHub PRs Change-Id: Iab0417d14a29dce1a43f30f1f357d3f71dfdb51f Reviewed-on: https://go-review.googlesource.com/c/review/+/279721 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.