simple-git-hooks.sh 88 B

12345
  1. #!/bin/sh
  2. git config core.hooksPath .git/hooks/
  3. rm -rf .git/hooks
  4. npx simple-git-hooks