blob: f761258d41707c411c214917edbf1579c6022c0d (
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!
|