docs: clarify SSH is pre-configured for git access
This commit is contained in:
parent
2887ad4122
commit
4531f85386
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue