.dotfiles/.config/git/config
2019-12-20 02:35:30 +01:00

23 lines
384 B
Text

[user]
email = tobias@msrg.cc
name = Tobias Reisinger
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
[core]
excludesfile = ~/.config/git/ignore
editor = vim
pager = less
autocrlf = input
[help]
autocorrect = 20
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
dt = difftool
d = diff
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false