The Git Kraken documentation is not clear about support for global git hooks - only project git hooks.
I tried running global git hooks through Git Kraken and I can't seem to get it to work. I don't know if this is because Git Kraken doesn't support them or if I'm doing something wrong.
I have set the hooksPath
git config variable to the directory of my global git hooks. They work when I commit through the terminal but not through Git Kraken.
Has anyone managed to get global git hooks to work with Git Kraken?