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" %%
|
29 |
|
|
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 |
|
||#
|
|
21 |
Globaler Nutzer und Globale E-Mail
|
|
22 |
%%(cl)
|
|
23 |
git config --global user.name "Globaler Git-Nutzername"
|
|
24 |
git config --global user.email "webmaster@example.com"
|
|
25 |
%%
|