feat: added readme
e9363d73
1 file(s) · +10 −0
| 1 | + | ## Welcome to my git server! |
|
| 2 | + | ||
| 3 | + | I use this server as a mirror for most of my repos. You can clone them with `git` or |
|
| 4 | + | `https` |
|
| 5 | + | ||
| 6 | + | ```bash |
|
| 7 | + | git clone git@git.stevedylan.dev:repo.git |
|
| 8 | + | ||
| 9 | + | git clone https://git.stevedylan.dev/repo.git |
|
| 10 | + | ``` |