X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5c2d2dd042f91ba1864a767fb3209f06b8a08a5b..3e59c20a7a476d0b704c2cc1b377b9b10be0640a:/git/config?ds=inline diff --git a/git/config b/git/config index 06d2603..21d2ea6 100644 --- a/git/config +++ b/git/config @@ -1,6 +1,6 @@ [user] name = Samir Benmendil - email = samir.benmendil@gmail.com + email = me@rmz.io [color] branch = auto status = auto @@ -23,5 +23,8 @@ cmd = vim -f -c \"Gvdiff\" \"$MERGED\" [merge] tool = fugitive + defaultToUpstream = true [mergetool] prompt = no +[rebase] + autostash = true