Changes between Version 9 and Version 10 of github_molgenis
- Timestamp:
- 2012-06-18T13:56:30+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v9 v10 26 26 * git status 27 27 * git diff 28 * git commit -a (Commit the code locally, ) or git commit –m ‘Changed a file’28 * git commit -a (Commit the code locally, ) or git commit –m ‘Changed a file’ 29 29 * git status 30 * git push origin ( If your done update your ‘fork’ git push,Push the local commits to your repository)30 * git push origin ( If your done update your ‘fork’ git push, Push the local commits to your repository) 31 31 * git push origin master (Add an upstream remote) 32 33 == Every morning: == 34 * PULL from the molgenis organisation : 35 *git remote add molgenis git://github.com/molgenis/molgenis.git