How to perform git stash without gpg-sign it

0

I have the gpgsign config activated and every time I need to stash something it asks for my password to sign it. The issue is that I really don't need the stashed things be signed at all. I am looking for some similar to git commit --no-gpg-sign but it seems this does not work as stash command parameter.

git version 2.7.4

intmarinoreturn0

Posted 2019-05-29T14:50:04.413

Reputation: 45

No answers