Versionsunterschiede von Git / Starter
| 69 | 69 | |
|---|---|---|
| 70 | 70 | |
| 71 | 71 | === "git clone" Anweisung fĂźr Fortgeschrittene und Schnelllerner== |
| 72 | %%(info type="note" title="In a nutshell") | |
| 72 | %%(info type="note" title="tl;dr") | |
| 73 | Einmalig, initial: | |
| 73 | 74 | git clone <git_repo_url> <von_dir_bestimmter_verzeichnisname> |
| 74 | 75 | |
| 75 |
|
|
| 76 |
git |
|
| 76 | FĂźr jede neue Ănderung: im von Dir bestimmten Verzeichnis: git pull oder | |
| 77 | git -C <von_dir_bestimmter_verzeichnisname> pull | |
| 77 | 78 | %% |
| 78 | 79 | |
| 79 | 80 |