Find me on BlueSky, https://bsky.app/profile/vartec.bsky.social
Señor Engineer
⟨nocoiner, right-clicker, fiat-enjoyer⟩
Señor Engineer
⟨nocoiner, right-clicker, fiat-enjoyer⟩
TIL you don't have to use GPG for git signing. You can use an SSH key as a signing key for git commits. Weirdly enough git still calls it a “GPG” with the format “SSH”
```
git config --global gpg.format ssh
git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
```