docs: add git access section to SERVER.md
This commit is contained in:
parent
4531f85386
commit
015a0f935c
|
|
@ -19,6 +19,16 @@ git, vim, curl, tmux # Basics
|
||||||
opencode, bd # AI coding tools
|
opencode, bd # AI coding tools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Git Access
|
||||||
|
|
||||||
|
SSH is pre-configured. Clone from Forgejo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone forgejo@git.clarun.xyz:owner/repo.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: SSH user is `forgejo`, not `git`.
|
||||||
|
|
||||||
## Installing Packages
|
## Installing Packages
|
||||||
|
|
||||||
**JS packages** (gemini-cli, etc.) - use bun for faster installs:
|
**JS packages** (gemini-cli, etc.) - use bun for faster installs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue