Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
hinzugefĂźgt:
Globaler Nutzer und Globale E-Mail
%%(cl)
git config --global user.name "Globaler Git-Nutzername"
git config --global user.email "webmaster@example.com"
%%(cl)
git config --global user.name "Globaler Git-Nutzername"
git config --global user.email "webmaster@example.com"
entfernt:
Globaler Nutzergit config --global user.name "Globaler Git-Nutzername" https://docs.github.com/en/get[...]your-username-in-git | Globale E-Mail git config --global user.email "webmaster@example.com" https://docs.github.com/en/acc[...]commit-email-address |