summaryrefslogtreecommitdiff
path: root/hooks/README.md
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-04-18 19:20:16 +0300
committerJF002 <JF002@users.noreply.github.com>2021-07-24 15:55:52 +0200
commita1a6eae43f5995e21ff3d535094a6350e1031804 (patch)
tree8225d5e2cfc2f370b362cda85d3b6b33494c0b0e /hooks/README.md
parentbb26c68f2cb971dd2bb6eaa9916ec2372ebcc646 (diff)
Added a pre-commit hook that should simplify commiting pre-formatted code
Diffstat (limited to 'hooks/README.md')
-rw-r--r--hooks/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/hooks/README.md b/hooks/README.md
new file mode 100644
index 00000000..de8fc67b
--- /dev/null
+++ b/hooks/README.md
@@ -0,0 +1,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`