dotfiles/git/gitconfig

17 lines
286 B
Plaintext
Raw Normal View History

# 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
2016-10-12 10:27:01 +02:00
[color]
ui = auto
[merge]
conflictstyle = diff3