.dotfiles/.config/git/config

33 lines
595 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
b = branch -vv
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[credential]
helper = /usr/bin/pass-git-helper
[format]
signOff = yes
[sendemail]
smtpserver = mail.serguzim.me
smtpuser = tobias@msrg.cc
smtpencryption = tls
smtpserverport = 587