Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
| 35 | 35 | |
|---|---|---|
| 36 | 36 | Lokalen GitNutzer Namen und E-Mail Adresse zum Lokalen GitNutzer einrichten, Konfigurationsdatei für Dein Repository überprüfen: |
| 37 | 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 | 39 | cat /home/(username)/Projekt/Lokal/(LokalerGitNutzername)/MeinWiki/.git/config |
| 40 | 40 | %% |
| 41 | 41 |