Changes between Version 37 and Version 38 of DevelopmentProcedure


Ignore:
Timestamp:
05/02/14 10:30:21 (11 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v37 v38  
    4444git merge ticket_353
    4545}}}
     461.  If you haven't checked out a local copy of ticket_353 you can also do
     47{{{
     48git checkout development
     49git merge remotes/origin/ticket_353
     50}}}
    46511. If there are conflicts you will have to resolve the conflicts, add the conflicted files and commit the merge.
    4752{{{
     
    5055git push
    5156}}}
    52 1. You can then delete the local branch
     571. You can then delete the local branch if you've checked out a local copy
    5358{{{
    5459git branch -d ticket_353