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.
-s
-a
git commit -S (requires git >= 1.7.9).
git commit -S
2.1m questions
2.1m answers
60 comments
57.0k users