github.com/golang/review@v0.0.0-20190122205339-266ee1edf5c3/README.md (about)

     1  # git-codereview
     2  
     3  The git-codereview tool is a command-line tool for working with Gerrit.
     4  
     5  ## Download/Install
     6  
     7  The easiest way to install is to run `go get -u golang.org/x/review/git-codereview`. You can
     8  also manually git clone the repository to `$GOPATH/src/golang.org/x/review`.
     9  
    10  Run `git codereview hooks` to install Gerrit hooks for your git repository.
    11  
    12  ## Report Issues / Send Patches
    13  
    14  This repository uses Gerrit for code changes. To learn how to submit changes to
    15  this repository, see https://golang.org/doc/contribute.html.
    16  
    17  The main issue tracker for the review repository is located at
    18  https://github.com/golang/go/issues. Prefix your issue with "x/review:" in the
    19  subject line, so it is easy to find.