* added: git/hooks/pre-commit * added: git/hooks/prepare-commit-msg * modified: git/config * modified: git/ignore
12 lines
234 B
Plaintext
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
|