docs: add Forgejo push command to CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
X9 Dev 2026-04-17 14:01:43 +02:00
parent 5ace2154a8
commit 3645088bbb

View file

@ -168,6 +168,14 @@ xetup.exe start
- Do NOT start coding until explicitly approved - discuss the plan first
- Propose changes, wait for confirmation, then implement
### Pushing to Forgejo
```bash
TOKEN=$(sudo docker exec -u git xetup-forgejo forgejo admin user generate-access-token \
--username x9 --token-name "push-$(date +%s)" --raw --scopes "write:repository")
git push "http://x9:${TOKEN}@localhost:3100/x9/xetup.git" main
```
---
## DO NOT