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