X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/62dc1c0cc441a531b374ef926d29cd1c14debb1c..4322868924b51e28d1e5d0cd48043a09bee6b60e:/gitconfig diff --git a/gitconfig b/gitconfig index 595b374..ad77f5c 100644 --- a/gitconfig +++ b/gitconfig @@ -1,11 +1,23 @@ [user] - email = ram-z@chakra-project.org name = Samir Benmendil + email = samir.benmendil@gmail.com [core] excludesfile = /home/ramsi/.gitignore_global -[alias] [color] + branch = auto + status = auto ui = auto diff = auto [push] default = simple +[diff] + tool = vimdiff +[color "diff"] + new = cyan bold + old = red bold + meta = green +[sendemail] + smtpencryption = tls + smtpserver = smtp.gmail.com + smtpuser = samir.benmendil@gmail.com + smtpserverport = 587