added trackable git hooks.
This commit is contained in:
parent
10ff8b3644
commit
39bee826c3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue