Git pushes can be signed with
git push --signed
Is it possible to specify with which gpg key to sign the push? The manpage of git push
does not specify anything and looking through the configuration options there only seems to be
user.signingkey
to specify the signing key for signed commits.