Skip to content
Snippets Groups Projects
Commit fd608633 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

readme: add information about .githooks

parent 35d64d7e
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,14 @@ If you want to contribute, please read the
and feel free to either submit a git patch on the Alpine aports
mailing list (<alpine-aports@lists.alpinelinux.org>), or to submit a
pull request on [GitHub](https://github.com/alpinelinux/aports).
Git Hooks
---------
You can find some useful git hooks in the `.githooks` directory.
To use them, run the following command after cloning this repository:
```sh
git config --local core.hooksPath .githooks
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment