diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-07-24 16:47:54 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-07-24 16:47:54 (GMT) |
| commit | a25ce5d8fc994004ac847f8ae814e6a57329030a (patch) | |
| tree | 044f30806f54d77129aaf9972551d8ffd6e8e83e /hooks/README.md | |
| parent | 057de4e6b509e15c89f10158e1935ccdc063deaa (diff) | |
| parent | 1ba99d242788b50b26b739d571d4866a6c2d0fed (diff) | |
Merge branch 'develop' of github.com:JF002/Pinetime into develop
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` |
