Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Ticket #4772


Ignore:
Timestamp:
04/05/11 16:03:08 (13 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4772 – Description

    v1 v2  
    4444 
    4545 3. Upon review completion, the merge (with history; --no-ff) of all changes into develop. 
     46{{{ 
     47git fetch 
     48git checkout python-gateway 
     49git rebase origin/python-gateway 
     50git checkout develop 
     51git rebase origin/develop 
     52git merge —no-ff —log python-gateway 
     53git commit --amend 
     54git push origin develop 
     55}}} 
     56 
     57In order to keep the python-develop branch up to date with develop, Chris or Josh needs to do this on origin, then everyone has to do 
     58{{{ 
     59git checkout python-gateway 
     60git reset —hard origin/python-gatewa 
     61}}} 
    4662 4. Merge and/or cherry-pick of changes into 4.1, 4.2 and/or 4.1_custom by Carlos, Josh or Chris. 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.12799 sec.)

We're Hiring!