Y
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
barumrho
9 days ago
Hooks are not checked in to the repo, so they used a zip archive.
link
andOlga
9 days ago
git config --global core.hooksPath /dev/null
link