Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure git for http only clients - as in developers behind a firewall proxy that blocks SSH (in this case use git push origin HEAD:refs/for/master instead of git review - Configuring Gerrit

Quickstarts

Committing Code


Code Block
git commit -am "Initial proj struct"
git review -s
git commit -as --amend
# scroll down 2 lines (above your Change-ID) - hit "i" for insert - add: Issue-ID: OOM-500
git review

Prerequisite: Set Up

The actions described in this section depend on having the requisite set of tools and settings on your development machine. See Setting Up Your Development Environment.

...