dotfiles/git/gitconfig

21 lines
344 B
Plaintext

# 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