Skip to content

Instantly share code, notes, and snippets.

@ryan-beisner
Created August 30, 2019 13:37
Show Gist options
  • Save ryan-beisner/706ffdf4f4966c627f176bd13aa44ce4 to your computer and use it in GitHub Desktop.
Save ryan-beisner/706ffdf4f4966c627f176bd13aa44ce4 to your computer and use it in GitHub Desktop.
Submitting a gerrit review for OpenStack projects

Gerrit Review Workflow Example

Submitting a gerrit review for OpenStack projects

git clone https://github.com/openstack/charm-openstack-dashboard
cd charm-openstack-dashboard
git checkout -b mycoolthing
# change change hack hack.
git add .
git commit -S -m 'Made some very cool things'
git review
# end
# change change hack hack.  make more changes
git commit --amend
git review
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment