]> git.rmz.io Git - dotfiles.git/blob - git/config
Merge branch 'master' of tardis:/dotfiles
[dotfiles.git] / git / config
1 [user]
2 name = Samir Benmendil
3 email = samir.benmendil@gmail.com
4 [color]
5 branch = auto
6 status = auto
7 ui = auto
8 diff = auto
9 [push]
10 default = simple
11 [diff]
12 tool = vimdiff
13 [color "diff"]
14 new = cyan bold
15 old = red bold
16 meta = green
17 [sendemail]
18 smtpencryption = tls
19 smtpserver = smtp.gmail.com
20 smtpuser = samir.benmendil@gmail.com
21 smtpserverport = 587
22 [mergetool "fugitive"]
23 cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
24 [merge]
25 tool = fugitive
26 [mergetool]
27 prompt = no