From e93ce89f448393a2699c2bfb455a561b26e805d7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 12 Dec 2017 18:18:25 +0000 Subject: [PATCH] Set hooksPath in gitconfig This allows local hooks that apply to any and all repos committed to on a specific machine. --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 196cf15..a29bcc2 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,7 @@ signingkey = contact@jimeh.me [core] excludesfile = ~/.gitignore + hooksPath = ~/.git-hooks [color] status = auto branch = auto