1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-09-27 21:14:41 +02:00
dotfiles/git/gitconfig

20 lines
344 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
[branch]
autosetuprebase = always
[diff]
tool = vimdiff