From 3557f5644901d45a9a1457421599fc4025e1d7fd Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 13 Dec 2023 12:17:11 -0500 Subject: [PATCH] Add hooksPath to gitconfig --- fake_home/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fake_home/.gitconfig b/fake_home/.gitconfig index 3510408..3515826 100644 --- a/fake_home/.gitconfig +++ b/fake_home/.gitconfig @@ -5,6 +5,7 @@ [core] autocrlf = input excludesfile = ~/.gitignore + hooksPath = ~/.githooks [credential] helper = store