wiki1206: WorkingWithGerrit

Setup#

  • Install git-review * `sudo apt-get install git-review` on Ubuntu

Pushing for Review#

  • Pull the latest master
  • Rebase the feature branch onto master (squashing commits)
  • Run `git-review -c`
  • ...
  • Get Approved!