summaryrefslogtreecommitdiff
path: root/git-hooks/README
blob: 1b1760e688a7debed681f6478045fe59cad81cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This directory contains OPTIONAL git hooks, intended to make development
easier by catching common issues.

You can either install them _en bloc_ by running

    git config core.hooksPath git-hooks

in this repository, or install them individually by symlinking them from the
normal git hooks path.

As always, don't run code you don't trust. Installing git hooks will cause
git to run them sooner or later.

Enjoy!