Skip to content

Push Procedure

Shalev Kuba edited this page Nov 19, 2018 · 5 revisions
  1. git pull to make sure all code is up to date.
  2. Finish the issue.
  3. Make sure there are no errors, warnings or tips.
  4. git pull again in case updated files added while you were working on the issue.
  5. Format the project code by selecting it and then click Source -> Format.
  6. Clean up the project code by selecting it and then click Source -> Clean up (with Team5 profile) and fix the new errors.
  7. git add . , git commit -m "message" with reference to the issue.
  8. tag your reviewer before pushing with that message: "hi @X i am closing this issue, please review and reopen if necessary"
  9. git push
  10. Make sure Travis build succeeded.