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;
userName = config.user.git.profile.name;
extraConfig = {
core.hooksPath = ".githooks";
init.defaultBranch = "main";
push = {
autoSetupRemote = true;