Changes between Version 37 and Version 38 of DevelopmentProcedure
- Timestamp:
- 05/02/14 10:30:21 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v37 v38 44 44 git merge ticket_353 45 45 }}} 46 1. If you haven't checked out a local copy of ticket_353 you can also do 47 {{{ 48 git checkout development 49 git merge remotes/origin/ticket_353 50 }}} 46 51 1. If there are conflicts you will have to resolve the conflicts, add the conflicted files and commit the merge. 47 52 {{{ … … 50 55 git push 51 56 }}} 52 1. You can then delete the local branch 57 1. You can then delete the local branch if you've checked out a local copy 53 58 {{{ 54 59 git branch -d ticket_353