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 %%(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 Globale Konfiguration überprüfen: %%(cl) git config --global --list --show-origin%%