Changes between Version 8 and Version 9 of github_molgenis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • github_molgenis

    v8 v9  
    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) . After forking a molgenis 
     9   * create folders, cd there and try (Clone it to your HDD) . After forking a molgenis
    1010   * repos: git clone git@github.com:<yourname>/molgenis.git
    1111   * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git]
     
    1616   * [https://github.com/molgenis/molgenis.git git remote -v]
    1717   * [https://github.com/molgenis/molgenis.git Pull from the remote]
    18      *  [https://github.com/molgenis/molgenis.git git pull molgenis master]
     18     * [https://github.com/molgenis/molgenis.git git pull molgenis master]
    1919
    2020== update project  = pull project ==
    21  * Go into the directory molgenis  git pull --all
     21 * Go into the directory molgenis  git pull --all
    2222
    2323== "commit" = push  a change : ==
    24  * Edit a file vi DEVELOPERS
     24 * Edit a file vi DEVELOPERS
    2525 * git add filename
    2626 * git status
    2727 * git diff
    28  * git commit -a (Commit the code locally, ) or git commit –m 
     28 * git commit -a (Commit the code locally, ) or git commit –m ‘Changed a file’ 
    2929 * git status
    30  * git push origin (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 ‘Changed a file’ If your done update your ‘fork’ git push