infinitime/hooks
Avamander 1ba99d2427 Made the pre-commit hook fail explicitly when the executable doesn't exist 2021-07-24 15:55:52 +02:00
..
README.md Added a pre-commit hook that should simplify commiting pre-formatted code 2021-07-24 15:55:52 +02:00
pre-commit Made the pre-commit hook fail explicitly when the executable doesn't exist 2021-07-24 15:55:52 +02:00

README.md

Git hooks

This directory contains Git hooks that simplify contributing to this repository.

You can install them by copying the files into .git/hooks in the repository folder or by running git config --local core.hooksPath hooks