Changes between Version 2 and Version 3 of github_molgenis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v2 v3  
    44 * @commandline try retrieving projects by CLONING :
    55   * create folders, cd there and try :
    6      * git clone https://github.com/molgenis/molgenis.git
    7      * git clone https://github.com/molgenis/molgenis_apps.git
     6     * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git]
     7     * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git]
    88
    99== update project  = pull project ==
     
    1212
    1313== "commit" = push  a change : ==
    14 == Note : All history  ==
    15  * git remote add molgenis https://github.com/molgenis/molgenis.git
     14== Note : All history ==
     15 * git remote add molgenis https://github.com/molgenis/molgenis.git
    1616 * git remote
    1717 * git remote -v
    1818 * git pull molgenis master
    19  * pico DEVELOPERS 
     19 * pico DEVELOPERS
    2020 * git status
    2121 * git diff\