Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
hinzugefügt:
Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen: %%(cl) git config --global user.name "Globaler Git-Nutzername" git config --global user.email "webmaster@example.com" git config --global --list --show-origin%%
entfernt:
Globaler Nutzer und Globale E-Mail %%(cl) git config --global user.name "Globaler Git-Nutzername" git config --global user.email "webmaster@example.com" Globale Konfiguration überprüfen: %%(cl) git config --global --list --show-origin%%