How to skip git pre commit hooks in PhpStorm? Permanently deleted user 创建于 2014年08月18日 08:27 When committing via command line I can use --no-verify to skip the pre-commit hook. Is there a possibility to do this in PhpStorm as well?
Hi there,
I guess it's not possible: http://youtrack.jetbrains.com/issue/IDEA-115914
http://devnet.jetbrains.com/message/5495745#5495745
Thanks a lot. Searched for the keywords on the forum and wasn't succesfull.
Just for those who happen upon this old thread and read earlier responses:
It's been possible for a while on WebStorm, and probably PhpStorm too.
There's a checkbox on the commit (and also on the push) dialog box, named "Run Git hooks" - it seems to activate on its own in the presence of hooks.