.dotfiles/.config/git/config

24 lines
384 B
Text
Raw Normal View History

2019-12-19 20:42:54 +00:00
[user]
email = tobias@msrg.cc
name = Tobias Reisinger
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
[core]
2019-12-20 01:35:30 +00:00
excludesfile = ~/.config/git/ignore
2019-12-19 20:42:54 +00:00
editor = vim
pager = less
2019-12-20 01:35:30 +00:00
autocrlf = input
2019-12-19 20:42:54 +00:00
[help]
autocorrect = 20
[diff]
2019-12-20 01:35:30 +00:00
tool = vimdiff
[difftool]
prompt = false
[alias]
dt = difftool
d = diff
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false