Gitting-Started/README.md

16 lines
154 B
Markdown
Raw Normal View History

2021-05-22 15:28:39 +00:00
# Gitting-Started
2021-05-22 11:36:42 -04:00
Getting started with Git
Create SSH Key
```ssh-keytgen```
Get SSH public key
```cat ~/.ssh/id_rsa.pub```
Add key to gitea
TBC...