How to sign git commit in PhPStorm?
which works (option "-S"):
git commit -S -m "My message"
But it is not possible to find a way to achieve it using PHPStorm.
Your best bet is the workaround suggested in the current bug reporting IDEA-110261 Support for git commit -S (GPG commit commit) .
git config commit.gpgsign true
In the configuration file ~/.gnupg/gpg.confadd:
~/.gnupg/gpg.conf
no-tty use-agent
Source: https://habr.com/ru/post/1629908/More articles:Reactive reduction router does not work - reactjsJava: creating a shadow effect on an image - javaError in binary reading - c #PHP: autoload problem - oopAsmack file transfer speed is always 0.0 - androidRun code in background while warning is displayed - javascriptAndroid - EditText gives IndexOutOfBounds exception when writing something - androidWhat data structure in Python is used to replace Excel 2-dimensional array of strings / sums? - pythonRecursive loop of an array of arrays using functional - iosWhat is the use of having $ sce or Strict Contextual Escaping in angularjs and why is the reaction not needed? - javascriptAll Articles