Changes between Version 6 and Version 7 of github_molgenis
- Timestamp:
- 2012-06-18T13:48:29+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v6 v7 6 6 !https://help.github.com/articles/set-up-git 7 7 8 9 10 * @commandline try retrieving projects by CLONING : 11 * create folders, cd there and try : 8 * @commandline try retrieving projects by CLONING (Fork a repository online (molgenis/molgenis)) : 9 * create folders, cd there and try (Clone it to your HDD) : 12 10 * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git] 13 11 * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git] … … 26 24 * git status 27 25 * git diff\ 28 * git commit -a 26 * git commit -a (Commit the code locally) 29 27 * git status 30 * git push origin 31 * git push origin master 28 * git push origin (Push the local commits to your repository) 29 * git push origin master (Add an upstream remote) 30 31 Pull from the remote