Files
dot-config-folder/git/config
Jens Luedicke 0fd5695238 Add git commit hooks
* added: git/hooks/pre-commit
* added: git/hooks/prepare-commit-msg
* modified: git/config
* modified: git/ignore
2025-09-29 17:59:37 +02:00

12 lines
234 B
Plaintext

[user]
name = Jens Luedicke
email = jens@luedicke.me
[core]
excludesfile = /Users/jens/.gitignore_global
editor = o
hooksPath = /home/jens/.config/git/hooks
[init]
defaultBranch = master
[credential]
helper = store