Changes between Version 6 and Version 7 of github_molgenis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v6 v7  
    66!https://help.github.com/articles/set-up-git
    77
    8 
    9 
    10  * @commandline try retrieving projects by CLONING :
    11    * create folders, cd there and try :
     8 * @commandline try retrieving projects by CLONING (Fork a repository online (molgenis/molgenis)) :
     9   * create folders, cd there and try (Clone it to your HDD) :
    1210     * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git]
    1311     * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git]
     
    2624 * git status
    2725 * git diff\
    28  * git commit -a
     26 * git commit -a (Commit the code locally)
    2927 * git status
    30  * git push origin
    31  * git push origin master
     28 * git push origin (Push the local commits to your repository)
     29 * git push origin master (Add an upstream remote)
     30
     31Pull from the remote