Changes between Version 1 and Version 2 of github_molgenis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v1 v2  
    1  * Create account @ https://github.com/
    2  * Fork https://github.com/molgenis/molgenis &  https://github.com/molgenis/molgenis_apps
    3  * download github command line version 
    4  * @commandline try retrieving projects by CLONING : 
    5    * 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
     1 * Create account @ https://github.com/
     2 * Fork https://github.com/molgenis/molgenis &  https://github.com/molgenis/molgenis_apps
     3 * download github command line version
     4 * @commandline try retrieving projects by CLONING :
     5   * 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
    88
    9 == update project  = pull project ==
    10  * go to git directory 
     9== update project  = pull project ==
     10 * go to git directory
    1111 * git pull --all
    1212
    13 
    14 
    15 == "commit" = push  a change :  ==
     13== "commit" = push  a change : ==
     14== Note : All history  ==
     15 * git remote add molgenis https://github.com/molgenis/molgenis.git
     16 * git remote
     17 * git remote -v
     18 * git pull molgenis master
     19 * pico DEVELOPERS 
     20 * git status
     21 * git diff\
     22 * git commit -a
     23 * git status
     24 * git push origin
     25 * git push origin master