1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-16 08:33:30 +01:00
dotfiles/git/gitconfig

21 lines
344 B
Text
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
2017-08-26 13:30:58 +02:00
[branch]
autosetuprebase = always
[diff]
tool = vimdiff