add: git send-email and git credential helper
This commit is contained in:
parent
7efcbead51
commit
423da27b64
2 changed files with 14 additions and 2 deletions
|
@ -16,8 +16,18 @@
|
|||
[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
|
||||
|
|
2
.config/pass-git-helper/git-pass-mapping.ini
Normal file
2
.config/pass-git-helper/git-pass-mapping.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mail.serguzim.me:587]
|
||||
target=mail/${username}
|
Loading…
Reference in a new issue