Add git commit hooks

* added: git/hooks/pre-commit
* added: git/hooks/prepare-commit-msg
* modified: git/config
* modified: git/ignore
This commit is contained in:
2025-09-29 17:59:37 +02:00
parent 47005d1994
commit 0fd5695238
4 changed files with 146 additions and 1 deletions

View File

@@ -4,5 +4,8 @@
[core]
excludesfile = /Users/jens/.gitignore_global
editor = o
hooksPath = /home/jens/.config/git/hooks
[init]
defaultBranch = master
[credential]
helper = store