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