Changes between Version 35 and Version 36 of DevelopmentProcedure
- Timestamp:
- 03/31/14 15:43:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v35 v36 6 6 1. Before starting a new development task, you should first make sure you have an up to date version of the code. Please see [GitoliteProcess this page] for information about using gitolite. 7 7 {{{ 8 git clone ssh://orda@botwin.pas.rochester.edu 8 git clone ssh://orda@botwin.pas.rochester.edu/astrobear 9 9 }}} 10 1. Also make sure there is a ticket outlining what development you plan on doing. Create one if necessary! 10 1. Move to your new repo, and check out the development branch 11 {{{ 12 git checkout development 13 }}} 14 1. Make sure there is a ticket outlining what development you plan on doing. Create one if necessary! 11 15 1. Then create a new branch off of the development branch using the ticket id as the branch name 12 16 {{{ … … 29 33 git push 30 34 }}} 31 1. You can repeat steps 5-7as 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.35 1. You can repeat steps 6-8 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. 32 36 33 37