Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
20 | 20 | Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen: |
---|---|---|
21 | 21 | %%(cl) git config --global user.name "Globaler Git-Nutzername" |
22 | 22 | git config --global user.email "webmaster@example.com" |
23 | git config --global --list --show-origin%% | |
23 | git config --global --list --show-origin | |
24 | :q%% | |
24 | 25 | |
25 | 26 | |
26 | 27 | =====2. Ein leeres Git Repository initialisieren ==== |
… | … | … |
35 | 36 | |
36 | 37 | Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen: |
37 | 38 | %%(cl) git config user.name "Vorname Name" |
38 |
git config user.email "user@example.com" |
|
39 | git config user.email "user@example.com" | |
39 | 40 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config |
40 | 41 | %% |
41 | 42 |