add: git send-email and git credential helper

This commit is contained in:
Tobias Reisinger 2020-01-19 02:02:25 +01:00
parent 7efcbead51
commit 423da27b64
2 changed files with 14 additions and 2 deletions

View file

@ -16,8 +16,18 @@
[alias] [alias]
dt = difftool dt = difftool
d = diff d = diff
b = branch -vv
[merge] [merge]
tool = vimdiff tool = vimdiff
conflictstyle = diff3 conflictstyle = diff3
[mergetool] [mergetool]
prompt = false 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

View file

@ -0,0 +1,2 @@
[mail.serguzim.me:587]
target=mail/${username}