GIT: Added emailing configuration
This commit is contained in:
parent
d277a1a958
commit
e62f3bc6c8
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@
|
||||||
st = status -s
|
st = status -s
|
||||||
unadd = reset HEAD
|
unadd = reset HEAD
|
||||||
lschanged = diff --name-only
|
lschanged = diff --name-only
|
||||||
|
[sendemail]
|
||||||
|
smtpencryption = lts
|
||||||
|
smtpserver = smtp.gmail.com
|
||||||
|
smtpuser = ryuslash@gmail.com
|
||||||
|
smtpserverport = 587
|
||||||
|
|
Loading…
Reference in a new issue