Changes between Version 14 and Version 15 of github_molgenis
- Timestamp:
- 2012-06-18T14:00:54+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v14 v15 33 33 On 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 34 34 35 == Work within a branch. == 36 Create 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 44 Hack AWAY, all commits are to new_feat, when you push the first time: 45 46 * git push origin new_feat 47 48 49 35 50 == Every morning: == 36 51 * PULL from the molgenis organisation : *git remote add molgenis git://github.com/molgenis/molgenis.git