Version 7 (modified by 12 years ago) (diff) | ,
---|
- 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) :
- git clone https://github.com/<username>/molgenis.git
- git clone https://github.com/<username>/molgenis_apps.git
- git remote add molgenis https://github.com/molgenis/molgenis.git
- git remote add molgenis https://github.com/molgenis_apps/molgenis_apps.git
- git remote
- git remote -v
- git pull molgenis master
- create folders, cd there and try (Clone it to your HDD) :
update project = pull project
- go to git directory
- git pull --all
"commit" = push a change :
- pico DEVELOPERS
- git status
- git diff\
- git commit -a (Commit the code locally)
- git status
- git push origin (Push the local commits to your repository)
- git push origin master (Add an upstream remote)
Pull from the remote