79820448

Date: 2025-11-14 21:19:18
Score: 0.5
Natty:
Report link

In my case, Git did not use the .githooks directory. If you run

 git config --get core.hooksPath

it should print .githooks (or the custom name of your Hooks directory). Otherwise, set it via

 git config core.hooksPath .githooks

and restart your IDE.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jakob Schödl