1 Pflege
Batista82 edited this page 2026-07-20 10:15:12 +02:00

Pflege

Grundregel

Wenn sich Verhalten, Installation, Konfiguration oder Architektur im Hauptprojekt ändern, muss die Wiki im selben Arbeitsgang aktualisiert werden.

Hauptrepo

git status
git add .
git commit -m "..."
git push origin main

Wiki-Repo

cd wiki
git status
git add .
git commit -m "..."
git push origin main

Nicht ins Hauptrepo committen

Der Ordner wiki/ ist ein separater Git-Checkout und im Hauptrepo ignoriert.