Changes between Version 7 and Version 8 of github_molgenis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v7 v8  
    77
    88 * @commandline try retrieving projects by CLONING (Fork a repository online (molgenis/molgenis)) :
    9    * create folders, cd there and try (Clone it to your HDD) :
    10      * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git]
    11      * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git]
    12      * git remote add molgenis https://github.com/molgenis/molgenis.git
    13      * git remote add molgenis !https://github.com/molgenis_apps/molgenis_apps.git
    14      * git remote
    15      * git remote -v
    16      * git pull molgenis master
     9   * create folders, cd there and try (Clone it to your HDD) . After forking a molgenis 
     10   * repos: git clone git@github.com:<yourname>/molgenis.git
     11   * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git]
     12   * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git]
     13   * git remote add molgenis https://github.com/molgenis/molgenis.git
     14   * [https://github.com/molgenis/molgenis.git git remote add molgenis https://github.com/molgenis_apps/molgenis_apps.git]
     15   * [https://github.com/molgenis/molgenis.git git remote]
     16   * [https://github.com/molgenis/molgenis.git git remote -v]
     17   * [https://github.com/molgenis/molgenis.git Pull from the remote]
     18     *  [https://github.com/molgenis/molgenis.git git pull molgenis master]
    1719
    1820== update project  = pull project ==
    19  * go to git directory
    20  * git pull --all
     21 * Go into the directory molgenis  git pull --all
    2122
    2223== "commit" = push  a change : ==
    23  * pico DEVELOPERS
     24 * Edit a file vi DEVELOPERS
     25 * git add filename
    2426 * git status
    25  * git diff\
    26  * git commit -a (Commit the code locally)
     27 * git diff
     28 * git commit -a (Commit the code locally, ) or git commit –m 
    2729 * git status
    2830 * git push origin (Push the local commits to your repository)
    2931 * git push origin master (Add an upstream remote)
    3032
    31 Pull from the remote
     33‘Changed a file’ If your done update your ‘fork’ git push