9 | | * create folders, cd there and try (Clone it to your HDD) : |
10 | | * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git] |
11 | | * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git] |
12 | | * git remote add molgenis https://github.com/molgenis/molgenis.git |
13 | | * git remote add molgenis !https://github.com/molgenis_apps/molgenis_apps.git |
14 | | * git remote |
15 | | * git remote -v |
16 | | * git pull molgenis master |
| 9 | * create folders, cd there and try (Clone it to your HDD) . After forking a molgenis |
| 10 | * repos: git clone git@github.com:<yourname>/molgenis.git |
| 11 | * git clone [https://github.com/molgenis/molgenis.git https://github.com/<username>/molgenis.git] |
| 12 | * git clone [https://github.com/molgenis/molgenis_apps.git https://github.com/<username>/molgenis_apps.git] |
| 13 | * git remote add molgenis https://github.com/molgenis/molgenis.git |
| 14 | * [https://github.com/molgenis/molgenis.git git remote add molgenis https://github.com/molgenis_apps/molgenis_apps.git] |
| 15 | * [https://github.com/molgenis/molgenis.git git remote] |
| 16 | * [https://github.com/molgenis/molgenis.git git remote -v] |
| 17 | * [https://github.com/molgenis/molgenis.git Pull from the remote] |
| 18 | * [https://github.com/molgenis/molgenis.git git pull molgenis master] |