Signing

In the local repository you would do:

1
2
3
4
5
6
7
8
# Specify signing key
git config user.signingKey ~/.ssh/<your SSH key>.pub

# Tell git to sign using a SSH key
git config gpg.format ssh

# Always sign commits
git config commit.gpgSign true

Tipps

Tools

Articles