| 23 |
|
Globaler Nutzer
|
| 24 |
|
%%(cl) git config --global user.name "Globaler Git-Nutzername" %%
|
| 25 |
|
https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
| 26 |
|
|
|
| 27 |
|
Globale E-Mail
|
| 28 |
|
%%(cl) git config --global user.email "webmaster@example.com" %%
|
| |
21 |
Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen:
|
| |
22 |
%%(cl) git config --global user.name "Globaler Git-Nutzername"
|
| |
23 |
git config --global user.email "webmaster@example.com"
|
| |
24 |
git config --global --list --show-origin%%
|