diff options
| author | Tim <tim@taenny.de> | 2021-08-08 12:37:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:37:48 (GMT) |
| commit | 3e9c30a18fb0a0fa7cc69e62821ca0d11e518f47 (patch) | |
| tree | 5422eb59505f40c4c5dba1f14dc7608e27c3bcaa /hooks/README.md | |
| parent | ffa51612fc6884ccfeb4f23453acc451692c18b3 (diff) | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Merge branch 'JF002:develop' into set-datetime-manually
Diffstat (limited to 'hooks/README.md')
| -rw-r--r-- | hooks/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hooks/README.md b/hooks/README.md new file mode 100644 index 0000000..de8fc67 --- /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` |
