From fd6086334c6266369c483052f35484f4a2b6d09b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 14 Oct 2017 22:07:36 +0200 Subject: readme: add information about .githooks --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e5d22b714d..078e8864f6 100644 --- a/README.md +++ b/README.md @@ -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 (), 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 +``` -- cgit v1.2.3