* Create account @ https://github.com/ * Fork https://github.com/molgenis/molgenis & https://github.com/molgenis/molgenis_apps * download github command line version == configure == !https://help.github.com/articles/set-up-git * @commandline try retrieving projects by CLONING (Fork a repository online (molgenis/molgenis)) : * create folders, cd there and try (Clone it to your HDD) . After forking a molgenis * repos: git clone git@github.com:/molgenis.git * git clone [https://github.com/molgenis/molgenis.git https://github.com//molgenis.git] * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com//molgenis_apps.git] * git remote add molgenis https://github.com/molgenis/molgenis.git * [https://github.com/molgenis/molgenis.git git remote add molgenis https://github.com/molgenis_apps/molgenis_apps.git] * [https://github.com/molgenis/molgenis.git git remote] * [https://github.com/molgenis/molgenis.git git remote -v] * [https://github.com/molgenis/molgenis.git Pull from the remote] * [https://github.com/molgenis/molgenis.git git pull molgenis master] == update project = pull project == * Go into the directory molgenis git pull --all == "commit" = push a change : == * Edit a file vi DEVELOPERS * git add filename * git status * git diff * git commit -a (Commit the code locally, ) or git commit –m ‘Changed a file’ * git status * git push origin ( If your done update your ‘fork’ git push, Push the local commits to your repository) * git push origin master (Add an upstream remote) == Every morning: == * PULL from the molgenis organisation :  *git remote add molgenis git://github.com/molgenis/molgenis.git