Note: this is the git gui variant of "Is there a way to “autosign” commits in Git with a GPG key?"
I configured git to autosign commits made from the command line by (globally) configuring commit.gpgsign
to be true and user.signingkey
to be the id of the key I want to sign with. This works great. But when I create a commit by opening git gui
and hitting the commit button, the resulting commit is not signed.
Is there a way to make git gui
automatically sign all commits it makes?