# Gitting-Started
Getting started with Git
Create SSH Key
```ssh-keytgen```
Get SSH public key
```cat ~/.ssh/id_rsa.pub```
Add key to gitea
TBC...