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 temporarily disable GPG signing for the next commit:
git -c commit.gpgsign=false commit