Changes between Version 9 and Version 10 of github_molgenis


Ignore:
Timestamp:
2012-06-18T13:56:30+02:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v9 v10  
    2626 * git status
    2727 * 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’
    2929 * 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)
    3131 * 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