X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5c2d2dd042f91ba1864a767fb3209f06b8a08a5b..bca34e4ce53213a2405d2eae12451d334be59d4a:/git/config diff --git a/git/config b/git/config index 06d2603..922f5e1 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"] @@ -23,5 +24,21 @@ cmd = vim -f -c \"Gvdiff\" \"$MERGED\" [merge] tool = fugitive + 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