mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
16 lines
286 B
Text
16 lines
286 B
Text
# This is Git's per-user configuration file.
|
|
[user]
|
|
name = Eric Teunis de Boone
|
|
email = ericteunis@gmail.com
|
|
[gui]
|
|
editor = geany
|
|
[push]
|
|
default = matching
|
|
[diff "pdf"]
|
|
textconv = pdf2txt
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
[color]
|
|
ui = auto
|
|
[merge]
|
|
conflictstyle = diff3
|