Hacker News new | ask | show | jobs
by darkstar999 9 days ago
I checked for a way to globally disable git hooks. There is no built-in way of doing this.
2 comments

Hooks are not checked in to the repo, so they used a zip archive.

  git config --global core.hooksPath /dev/null