vault: initial sync
This commit is contained in:
parent
4135d1c2b9
commit
380e124907
25
README.md
25
README.md
@ -74,6 +74,31 @@ Das KPT-LABS Agent OS ist ein **Multi-Agent Dashboard** mit folgenden Kernkompon
|
||||
- Docker & Docker Compose
|
||||
- Obsidian (optional, für Vault)
|
||||
|
||||
### Git Setup (bereits konfiguriert)
|
||||
```bash
|
||||
# Git ist bereits initialisiert im Vault
|
||||
cd obsidianVault
|
||||
git status
|
||||
|
||||
# Erste Commits sind bereits vorhanden
|
||||
git log --oneline
|
||||
|
||||
# Auto-Commit bei jedem System Snapshot (stündlich)
|
||||
# Manuell committen:
|
||||
git add -A
|
||||
git commit -m "📝 update: Beschreibung"
|
||||
```
|
||||
|
||||
### Git als Backup nutzen
|
||||
```bash
|
||||
# Remote Repository setzen (GitHub/GitLab)
|
||||
git remote add origin <REPO_URL>
|
||||
git push -u origin main
|
||||
|
||||
# Auf neuem PC klonen
|
||||
git clone <REPO_URL> obsidianVault
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user