| 21 |
Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen:
|
20 |
Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen:
|
| 22 |
%%(cl) git config --global user.name "Globaler Git-Nutzername"
|
21 |
%%(cl) git config --global user.name "Globaler Git-Nutzername"
|
| 23 |
git config --global user.email "webmaster@example.com"
|
22 |
git config --global user.email "webmaster@example.com"
|
| 24 |
git config --global --list --show-origin%%
|
23 |
git config --global --list --show-origin%%
|
| 40 |
Lokalen GitNutzer Namen einrichten
|
36 |
Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen:
|
| 41 |
%%(cl) git config user.name "Vorname Name" %%
|
37 |
%%(cl) git config user.name "Vorname Name"
|
| 42 |
|
38 |
git config user.email "user@example.com" %%
|
| 43 |
E-Mail Adresse zum Lokalen GitNutzer einrichten
|
39 |
cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config%%
|
| 44 |
%%(cl) git config user.email "user@example.com" %%
|
|
|
| 45 |
|
|
|
| 46 |
Konfigurationsdatei für Dein Repository überprüfen:
|
|
|
| 47 |
%%(cl) cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config%%
|
|
|