server-setup/Git
2024-04-18 14:19:43 +02:00
..
PrivateGit Add gitconfigs 2024-04-18 14:11:57 +02:00
.gitconfig Add gitconfigs 2024-04-18 14:11:57 +02:00
README.md Create README.md 2024-04-18 14:19:43 +02:00

Sign commits

Generate

gpg --full-generate-key

Copy key to clipboard

gpg --list-keys
# Mac:
gpg --armor --export 913C42CFA493DCF45FA65B464B6598BF5707D5A4 | pbcopy
# Linux:
gpg --armor --export 913C42CFA493DCF45FA65B464B6598BF5707D5A4 | xclip -selection c

Import to Gitlab/Gitea/Github

check GUI