added trackable git hooks.

This commit is contained in:
Gabe Venberg 2025-04-11 17:30:33 +02:00
parent 10ff8b3644
commit 39bee826c3

View file

@ -48,6 +48,7 @@
userEmail = config.user.git.profile.email; userEmail = config.user.git.profile.email;
userName = config.user.git.profile.name; userName = config.user.git.profile.name;
extraConfig = { extraConfig = {
core.hooksPath = ".githooks";
init.defaultBranch = "main"; init.defaultBranch = "main";
push = { push = {
autoSetupRemote = true; autoSetupRemote = true;