Skip to content

Instantly share code, notes, and snippets.

@LorbusChris
Last active February 1, 2018 14:38
Show Gist options
  • Save LorbusChris/f120ae4de241ba6c09e334f953d1afdc to your computer and use it in GitHub Desktop.
Save LorbusChris/f120ae4de241ba6c09e334f953d1afdc to your computer and use it in GitHub Desktop.
Gerrit Dev Flow
git clone git clone git://gerrit.libreoffice.org/core
cd core
./logerrit setup
./logerrit test
# alternatively
git review -s
# then..
# commit hooks for Change-Id
./g -z
# maybe needed
./g
./logerrit submit master
cd ..
git clone git://gerrit.libreoffice.org/online
git push origin HEAD:refs/for/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment