Changes between Version 46 and Version 47 of DevelopmentProcedure


Ignore:
Timestamp:
05/14/15 15:33:19 (10 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v46 v47  
    35351. 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
    3636{{{
    37   git checkout development
    3837  git pull
    3938  git checkout ticket_353
    40   git merge development
     39  git merge origin/development
    4140}}}
    42411. And then you can push those changes to the main repo so they don't get lost