
Design Summits are now held differently by using Etherpad for selecting sessions. Also, drafts are no longer accepted by Gerrit because of various bugs they were creating. Change-Id: I642fac63a384846f085389e1e535ea2b5d02ef43
1.7 KiB
1.7 KiB
review.openstack.org
gerrit workflow
upload an ssh key
git config
- git config --global user.name "Firstname Lastname"
- git config --global user.email "your_email@youremail.com"
Install git review
- apt-get / yum / pip install … git review
git clone
git review -s
git checkout -b TOPIC-BRANCH
running unit tests
invite reviewers
New interface: invite reviewers
git commit --amend
gerrit patchset history
New interface: gerrit patchset history
patchset diffs
Exercise
Push a work in progress (wip) and invite reviewers.