Changes between Version 14 and Version 15 of github_molgenis


Ignore:
Timestamp:
2012-06-18T14:00:54+02:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v14 v15  
    3333On the website:  Create a PULL request to: molgenis/molgenis/master This will pack ALL current changes in master to be submitted to molgenis WHICH IS BAD!  GOOGLE: “Creating good pull request”  !   https://help.github.com/articles/using-pull-requests
    3434
     35== Work within a branch.  ==
     36Create a pull request for 1 branch ! 
     37
     38 * git branch new_feat 
     39 * git branch bug_fixes 
     40 * git checkout new_feat 
     41
     42
     43
     44Hack AWAY, all commits are to new_feat, when you push the first time: 
     45
     46 * git push origin new_feat
     47
     48
     49
    3550== Every morning: ==
    3651 * PULL from the molgenis organisation :  *git remote add molgenis git://github.com/molgenis/molgenis.git