X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/64cc705a45ab5e99f5500cfffbeaec2c451db14a..dcf942832c89d1a80a34bea27e362dbcdc8a6795:/git/config?ds=inline diff --git a/git/config b/git/config index 911ad2c..801601a 100644 --- a/git/config +++ b/git/config @@ -1,13 +1,14 @@ [user] name = Samir Benmendil - email = samir.benmendil@gmail.com + email = me@rmz.io [color] branch = auto status = auto ui = auto diff = auto [push] - default = simple + default = current + recurseSubmodules = check [diff] tool = vimdiff [color "diff"] @@ -16,9 +17,8 @@ meta = green [sendemail] smtpencryption = tls - smtpserver = smtp.gmail.com - smtpuser = samir.benmendil@gmail.com - smtpserverport = 587 + smtpserver = /usr/bin/msmtp + smtpuser = [mergetool "fugitive"] cmd = vim -f -c \"Gvdiff\" \"$MERGED\" [merge] @@ -26,3 +26,18 @@ defaultToUpstream = true [mergetool] prompt = no +[rebase] + autostash = true + autosquash = true +[status] + submodulesummary = true +[rerere] + enabled = true +[pull] + rebase = interactive +[branch "master"] + rebase = preserve +[branch "develop"] + rebase = preserve +[commit] + verbose = true