Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
| 17 | 17 | =====1. Git Globale Standardeinstellungen ==== |
|---|---|---|
| 18 | 18 | den Hauptnutzer und die dazugehörige E-Mail-Adresse als Standardeinstellung in der Konfigurationsdatei fĂŒr die Gesamtheit der auf Deinem Rechner gespeicherten Repositorys. |
| 19 | 19 | |
| 20 | #|| | |
| 21 | || | |
| 22 | ||
| 20 | 23 | Globaler Nutzer |
| 21 | 24 | %%(cl) git config --global user.name "Globaler Git-Nutzername" %% |
| 22 | 25 | https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git |
| 23 |
|
|
| 26 | | | |
| 24 | 27 | Globale E-Mail |
| 25 | 28 | %%(cl) git config --global user.email "webmaster@example.com" %% |
| 26 | 29 | |
| 27 |
|
|
| 28 | 30 | https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address |
| 31 | || | |
| 32 | ||# | |
| 29 | 33 | |
| 30 | 34 | Globale Konfiguration ĂŒberprĂŒfen: |
| 31 | 35 | %%(cl) git config --global --list --show-origin%% |