Changes between Version 2 and Version 3 of github_molgenis
- Timestamp:
- 2012-06-18T13:12:09+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v2 v3 4 4 * @commandline try retrieving projects by CLONING : 5 5 * create folders, cd there and try : 6 * git clone https://github.com/molgenis/molgenis.git7 * git clone https://github.com/molgenis/molgenis_apps.git6 * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git] 7 * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git] 8 8 9 9 == update project = pull project == … … 12 12 13 13 == "commit" = push a change : == 14 == Note : All history 15 * git remote add molgenis 14 == Note : All history == 15 * git remote add molgenis https://github.com/molgenis/molgenis.git 16 16 * git remote 17 17 * git remote -v 18 18 * git pull molgenis master 19 * pico DEVELOPERS 19 * pico DEVELOPERS 20 20 * git status 21 21 * git diff\