commit | 9593f86427dedbe2eda472886bd2a4f8c965abf5 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 14 15:11:02 2020 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Dec 22 22:16:19 2020 +0000 |
tree | 24c1c30d8d3266288948f5ac0bdde40bedb857af | |
parent | 0edcedeff807fefacf0249cdc78b5db4d956f514 [diff] |
git-codereview: clean up usage message, docs Change-Id: I634a9d47401c1000bcb38e9dd7e84296a3de00e6 Reviewed-on: https://go-review.googlesource.com/c/review/+/254746 Trust: Russ Cox <rsc@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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.