diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,3 +3,11 @@ name = Matias Linares [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit + +[sendemail] + smtpencryption = tls + smtpserver = smtp.openmailbox.org + smtpuser = matiaslina@openmailbox.org + smtppass = pass + smtpserverport = 587 + suppresscc = self |