summaryrefslogtreecommitdiff
path: root/hooks/README.md
blob: de8fc67bc4fdce0fd6a86b6d1348f235fe3754ee (plain)
1
2
3
4
5
# 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`