How do I sign git commit in PhPStorm?
command-line which works (the option '-S'):
git commit -S -m "My message"
But cannot find a way to achieve it using PHPStorm.
Your best bet is the workaround suggested in the current bug filing IDEA-110261 Support git commit -S (GPG commit sigining).
git config commit.gpgsign true
In the config file ~/.gnupg/gpg.conf
add:
no-tty
use-agent
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With