Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
35 | 35 | ||
---|---|---|---|
36 | Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen: | 36 | 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" | 37 | %%(cl) git config user.name "Vorname Name" |
38 | git config user.email "user@example.com" %% | 38 | git config user.email "user@example.com" |
39 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config%% | 39 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config |
40 | %% | ||
40 | 41 | ||
41 | Globale und lokale Nutzerkonten | Statusinformationen | | 42 | Globale und lokale Nutzerkonten | Statusinformationen | |
42 | 43 |