Versionsunterschiede von Git / Ein Eigenes Repository Einrichten
26 | https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address | 26 | https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address |
---|---|---|---|
27 | 27 | ||
28 | =====2. Ein leeres Git Repository initialisieren ==== | 28 | =====2. Ein leeres Git Repository initialisieren ==== |
29 |
Nachfolgende Anweisung erstellt das Verzeichnis /Lokal |
29 | Nachfolgende Anweisung erstellt das Verzeichnis /Lokal/Nutzername/MeinWiki im Projektordner in Deinem Homeverzeichnis, sowie einen versteckten .git Ordner im Unterverzeichnis ../../MeinWiki. |
30 | 30 | ||
31 |
%%(cl) git init /home/(username)/Projekt/Lokal/ |
31 | %%(cl) git init /home/(username)/Projekt/Lokal/(LokalerGit-Nutzername)/MeinWiki%% |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
… | … | … | … |
40 | 40 | ||
41 | 41 | ||
42 | Konfigurationsdatei für Dein Repository überprüfen: | 42 | Konfigurationsdatei für Dein Repository überprüfen: |
43 | %%(cl) cd /home/(username)/Projekt/Lokal/NutzerName/MeinWiki & cat .git/config | 43 | %%(cl) cat /home/(username)/Projekt/Lokal/(LokalerGit-Nutzername)/MeinWiki/.git/config%% |
44 | %% | ||
45 | 44 | ||
46 | Globale und lokale Nutzerkonten | Statusinformationen | | 45 | Globale und lokale Nutzerkonten | Statusinformationen | |
47 | 46 |