Update home authored by Tom Tiltmann's avatar Tom Tiltmann
......@@ -15,7 +15,10 @@ Ziel ist das Klonen des Repositories "HelloWorld" auf das eigene System, um loka
## Vorbereitung (Einmalig nach Installation)
* **MAC:**
> Terminaleingabe: ??
Terminaleingabe:
> * git config --global http.sslVerify false
> * git config --global user.email "max.mustermann@th-koeln.de"
> * git config --global user.name "mmustermann"
* **WINDOWS:**
Öffnen von **Git Bash** mit folgender Eingabe:
......
......