I’ll leave this here as an answer because I stumbled upon my own answer for when my post-commit hook wasn’t running:
chmod +x .git/hooks/post-commit
Probably applies to any kind of hook.
In fact, probably applies to any kind of script.
I’ll leave this here as an answer because I stumbled upon my own answer for when my post-commit hook wasn’t running:
chmod +x .git/hooks/post-commit
Probably applies to any kind of hook.
In fact, probably applies to any kind of script.