Is there a way to sign git commits with gpg? It's so easy with tags (using -s
instead of -a
), it seems there would be a similar function for commits.
Is there a way to sign git commits with gpg? It's so easy with tags (using -s
instead of -a
), it seems there would be a similar function for commits.