Changes between Version 38 and Version 39 of DevelopmentProcedure
- Timestamp:
- 05/02/14 10:49:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v38 v39 11 11 {{{ 12 12 git checkout development 13 }}} 14 1. If some time passes, before you do anything else, you may need to update your repo. 15 {{{ 16 git pull 13 17 }}} 14 18 1. Make sure there is a ticket outlining what development you plan on doing. Create one if necessary! … … 35 39 git push 36 40 }}} 37 1. You can repeat steps 6-8as many times as you want until the feature is complete. Then please notify [mailto:astrobear_dev@pas.rochester.edu] and we will merge your changes into the development branch and the next release.41 1. You can repeat steps 7-9 as many times as you want until the feature is complete. Then please notify [mailto:astrobear_dev@pas.rochester.edu] and we will merge your changes into the development branch and the next release. 38 42 39 43 == Merging ==