Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
20 | Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen: | 20 | Globaler Nutzer, Globale E-Mail und Globale Konfiguration überprüfen: |
---|---|---|---|
21 | %%(cl) git config --global user.name "Globaler Git-Nutzername" | 21 | %%(cl) git config --global user.name "Globaler Git-Nutzername" |
22 | git config --global user.email "webmaster@example.com" | 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 | =====2. Ein leeres Git Repository initialisieren ==== | 27 | =====2. Ein leeres Git Repository initialisieren ==== |
… | … | … | … |
35 | 36 | ||
36 | Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen: | 37 | Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen: |
37 | %%(cl) git config user.name "Vorname Name" | 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 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config%% | 40 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config |
41 | %% | ||
40 | 42 | ||
41 | Globale und lokale Nutzerkonten | Statusinformationen | | 43 | Globale und lokale Nutzerkonten | Statusinformationen | |
42 | 44 |