Changes between Version 5 and Version 6 of github_molgenis
- Timestamp:
- 2012-06-18T13:24:53+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v5 v6 2 2 * Fork https://github.com/molgenis/molgenis & https://github.com/molgenis/molgenis_apps 3 3 * download github command line version 4 5 == configure == 6 !https://help.github.com/articles/set-up-git 7 8 9 4 10 * @commandline try retrieving projects by CLONING : 5 11 * create folders, cd there and try : 6 12 * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git] 7 13 * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git] 8 * git remote add molgenis 9 * git remote add molgenis 14 * git remote add molgenis https://github.com/molgenis/molgenis.git 15 * git remote add molgenis !https://github.com/molgenis_apps/molgenis_apps.git 10 16 * git remote 11 17 * git remote -v