Changes between Version 46 and Version 47 of DevelopmentProcedure
- Timestamp:
- 05/14/15 15:33:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v46 v47 35 35 1. Before you push back to the main repo, you should make sure that your branch is still up to date with the latest development branch 36 36 {{{ 37 git checkout development38 37 git pull 39 38 git checkout ticket_353 40 git merge development39 git merge origin/development 41 40 }}} 42 41 1. And then you can push those changes to the main repo so they don't get lost