Sign the CLA.
- Follow the
README.mdinstructions 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
```
- Confirm that
git-rvis on your path
```bash
which git-rv
```
- Confirm that
gitsees thegit-rvexecutable
```bash
# Notice: no dash between `git` and `rv`
git rv
```
- Checkout the cloud-playground source
- Hack, hack, hack
- Commit changes to your local git repo
- Follow the
README.mdinstructions 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
```
- Once you have an
LGTM, submit your changes
```bash
git rv submit
```