bin: add script to install pre-commit uncowardly

This commit is contained in:
xeruf 2021-11-19 12:01:00 +01:00
parent c508c7cfad
commit 74d282217c
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
# Install pre-commit, ignoring globally set core.hooksPath
git config --unset core.hooksPath
GIT_CONFIG_GLOBAL=/dev/null pre-commit install
GIT_CONFIG_GLOBAL=/dev/null pre-commit install -t pre-push
git config --add core.hooksPath .git/hooks