added git pre-commit hook

This commit is contained in:
Gerg-L 2023-07-28 20:03:28 -04:00
parent c4e6bcb664
commit fa18237a57
2 changed files with 17 additions and 0 deletions

View file

@ -25,6 +25,7 @@ _: {
autoSetupRemote = true;
};
advice.addIgnoredFile = false;
core.hooksPath = ".githooks";
};
};
};