Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.09 KB

File metadata and controls

42 lines (29 loc) · 1.09 KB

Contributor's License Agreement

Sign the CLA.

Installing git-rv

  1. Follow the README.md instructions for git-rv, which roughly boil down to:
```bash
git clone https://github.com/GoogleCloudPlatform/git-rv
export PATH=$PATH:/path/to/git-rv-directory
```
  1. Confirm that git-rv is on your path
```bash
which git-rv
```
  1. Confirm that git sees the git-rv executable
```bash
# Notice: no dash between `git` and `rv`
git rv
```

Submitting patches

  1. Checkout the cloud-playground source
  2. Hack, hack, hack
  3. Commit changes to your local git repo
  4. Follow the README.md instructions for git-rv to submit your changes to review to one of the Cloud Playground committers, e.g.
```bash
git rv export -r fredsa@google.com
```
  1. Once you have an LGTM, submit your changes
```bash
git rv submit
```