Shilla Saebi c50c8857c8 small edits to gerrit.rst
changed the exercise sentence
changed wip to work in progress and added ( )

Change-Id: Ib36eb46cf86a11c246b0a28b5587ea034d5c44a7
2014-09-22 14:35:48 -04:00

1.9 KiB

review.openstack.org

image


gerrit workflow

image


upload an ssh key

image


git config

image


Install git review

  • apt-get / yum / … git review

image


git clone

image


git review -s

image


git checkout -b TOPIC-BRANCH

image


running unit tests

image


git review -D

image


invite reviewers

image


New interface: invite reviewers

image


git commit --amend

image


git review -D ( repush )

image


gerrit patchset history

image


New interface: gerrit patchset history

image


patchset diffs

image


Exercise

Push a work in progress (wip) or draft and invite reviewers.