Closed Eein closed 1 month ago
Users may have to run git config --unset core.hooksPath to get rid of the hooks from their local.
git config --unset core.hooksPath
Can also just go into .\.git\hooks and remove everything that isn't a *.sample
.\.git\hooks
*.sample
Users may have to run
git config --unset core.hooksPath
to get rid of the hooks from their local.Can also just go into
.\.git\hooks
and remove everything that isn't a*.sample