I\'m using git gpg signing. I want to disable it. I\'ve set .gitconfig
.gitconfig
[user] name = NAME email = EMAIL signingkey = KEY ... [commit]
To unsign the last commit:
git commit --amend --no-gpg-sign
-no-gpg-sign
Countermand commit.gpgSign configuration variable that is set to force each and every commit to be signed.
commit.gpgSign