summaryrefslogtreecommitdiffstats
path: root/bin/git/hooks/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git/hooks/README.md')
-rw-r--r--bin/git/hooks/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/git/hooks/README.md b/bin/git/hooks/README.md
new file mode 100644
index 000000000..cded1d39a
--- /dev/null
+++ b/bin/git/hooks/README.md
@@ -0,0 +1,11 @@
+# Hooks
+
+The following hooks are provided:
+
+* Update checksums before you commit
+
+# Installation
+Link the files in here into your **.git/hooks** directory:
+
+ ln -s -r bin/git/hooks/pre-commit .git/hooks/
+