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

@ -15,9 +15,19 @@
prompt = false
[alias]
dt = difftool
d = diff
d = diff
b = branch -vv
[merge]
tool = vimdiff
conflictstyle = diff3
[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}