Create README.md

This commit is contained in:
Florian Hoss 2024-04-18 14:19:43 +02:00
parent 199b376990
commit 580ca6c3fc
No known key found for this signature in database
GPG key ID: 0638DC11BFD36662

21
Git/README.md Normal file
View file

@ -0,0 +1,21 @@
# Sign commits
## Generate
```sh
gpg --full-generate-key
```
## Copy key to clipboard
```sh
gpg --list-keys
# Mac:
gpg --armor --export 913C42CFA493DCF45FA65B464B6598BF5707D5A4 | pbcopy
# Linux:
gpg --armor --export 913C42CFA493DCF45FA65B464B6598BF5707D5A4 | xclip -selection c
```
## Import to Gitlab/Gitea/Github
check GUI