functions.sh/todo/gpg.snip

9 lines
263 B
Plaintext

# https://help.github.com/articles/signing-commits-using-gpg/
# @todo - set up automatic GPG signing setup
If you already have a GPG key, you can find it via the `gpg --list-keys` command.
`git config commit.gpgsign true`
`git config --global user.signingkey`