How to skip git pre commit hooks in PhpStorm?

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?

0
Avatar
Permanently deleted user

Thanks a lot. Searched for the keywords on the forum and wasn't succesfull.

0

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.

2

请先登录再写评论。