commit | b1bd8c59b0eedfe9d0e2674f9a2e942666b5f478 | [log] [tgz] |
---|---|---|
author | cia-rana <kiwamura0314@gmail.com> | Sat Apr 09 16:32:15 2022 +0900 |
committer | Gopher Robot <gobot@golang.org> | Tue Apr 12 01:58:12 2022 +0000 |
tree | c0c0069f2b13dee55e25e3d04fa3cf78955425d8 | |
parent | adff2bbdb1effc869015960245d9d472a47859f8 [diff] |
git-codereview: fix how to install the command Change-Id: Iaa78b677af114d3e6ec48855aa8d5459e4f979ef Reviewed-on: https://go-review.googlesource.com/c/review/+/399314 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Kevin Burke <kevin@burke.dev> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go install golang.org/x/review/git-codereview@latest
. 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.