38 lines
1011 B
Markdown
38 lines
1011 B
Markdown
# Tekton Dash Armageddon
|
|
|
|
> Full developer documentation lives in this repo's **wiki** (sidebar link).
|
|
>
|
|
> See in particular: [Skin Creation Workflow](https://git.klud.top/danchie/tekton/wiki/Skin-Creation-Workflow), [Nakama Deployment](https://git.klud.top/danchie/tekton/wiki/Nakama-Deployment), and [Patch Release Workflow](https://git.klud.top/danchie/tekton/wiki/Patch-Release-Workflow).
|
|
|
|
## Clone
|
|
|
|
SSH is preferred:
|
|
|
|
```bash
|
|
git clone git@ssh.git.klud.top:danchie/tekton.git
|
|
```
|
|
|
|
HTTPS also works:
|
|
|
|
```bash
|
|
git clone https://git.klud.top/danchie/tekton.git
|
|
```
|
|
|
|
First-time SSH setup:
|
|
|
|
- [Linux](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-Linux)
|
|
- [macOS](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-macOS)
|
|
- [Windows](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-Windows)
|
|
|
|
SSH test:
|
|
|
|
```bash
|
|
ssh -T git@ssh.git.klud.top
|
|
```
|
|
|
|
Expected output:
|
|
|
|
```text
|
|
Hi there, <yourname>! You've successfully authenticated with the key named <key-title>, but Gitea does not provide shell access.
|
|
```
|