Doku-Pfad vereinheitlicht: Clone liegt unter /root/docu statt docu-repo.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -6,7 +6,7 @@ Gitea: **https://git.jeanavril.com** · User: **jean**
|
||||
|
||||
| Repo | URL | Clone-Pfad auf Hosts |
|
||||
|------|-----|----------------------|
|
||||
| docu | https://git.jeanavril.com/jean/docu.git | `/root/docu-repo` |
|
||||
| docu | https://git.jeanavril.com/jean/docu.git | `/root/docu` |
|
||||
| server-power | https://git.jeanavril.com/jean/server-power.git | `/root/code/pve-power-mqtt` |
|
||||
|
||||
## Authentifizierung (HTTPS)
|
||||
@@ -36,7 +36,7 @@ credential.helper=store --file /root/.git-credentials-jeanavril
|
||||
Setzen:
|
||||
|
||||
```bash
|
||||
cd /root/docu-repo # oder /root/code/pve-power-mqtt
|
||||
cd /root/docu # oder /root/code/pve-power-mqtt
|
||||
git config --local credential.helper 'store --file /root/.git-credentials-jeanavril'
|
||||
```
|
||||
|
||||
@@ -44,8 +44,8 @@ git config --local credential.helper 'store --file /root/.git-credentials-jeanav
|
||||
|
||||
```bash
|
||||
# Doku
|
||||
git clone https://git.jeanavril.com/jean/docu.git /root/docu-repo
|
||||
cd /root/docu-repo
|
||||
git clone https://git.jeanavril.com/jean/docu.git /root/docu
|
||||
cd /root/docu
|
||||
git config --local credential.helper 'store --file /root/.git-credentials-jeanavril'
|
||||
# Token-Datei anlegen (Inhalt von anderem Host kopieren)
|
||||
|
||||
@@ -66,7 +66,7 @@ export PATH="/usr/local/go/bin:$PATH"
|
||||
## Workflow
|
||||
|
||||
```bash
|
||||
cd /root/docu-repo && git pull
|
||||
cd /root/docu && git pull
|
||||
# editieren
|
||||
git add -A
|
||||
git commit -m "Kurze Beschreibung"
|
||||
|
||||
Reference in New Issue
Block a user