18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
[user]
|
|
name = Xavier Logerais
|
|
email = xavier@logerais.com
|
|
|
|
[credential]
|
|
helper = cache
|
|
helper = !type pass-git-helper >/dev/null && pass-git-helper $@
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
[rerere]
|
|
enabled = 1
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[core]
|
|
excludesfile = ~/.config/git/ignore
|
|
attributesFile = ~/.config/git/attributes
|