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"
entfernt:
#|| || Globaler Nutzer %%(cl) git config --global user.name "Globaler Git-Nutzername" %% https://docs.github.com/en/get-started/getting-started-with-git/settin g-your-username-in-git | Globale E-Mail %%(cl) git config --global user.email "webmaster@example.com" %% https://docs.github.com/en/account-and-profile/setting-up-and-managing -your-personal-account-on-github/managing-email-preferences/setting-yo ur-commit-email-address || ||#