docs: clarify SSH is pre-configured for git access

This commit is contained in:
Dan 2026-01-23 11:53:53 -08:00
parent 2887ad4122
commit 4531f85386

View file

@ -25,13 +25,13 @@ claude # or: gemini
## Git Access
Clone repositories from our Forgejo server:
SSH is pre-configured. Clone repositories from our Forgejo server:
```bash
git clone forgejo@git.clarun.xyz:owner/repo.git
```
Web UI: https://git.clarun.xyz
Web UI: https://git.clarun.xyz (login with `~/.forgejo-credentials`, then delete that file)
See `docs/forgejo-collaboration.md` in any repo for collaboration workflows.