X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b6c44861a595efc20fc0963721134a677b7b8ce6..af9348928c28e9c9c89a9c03ac10c3029848659c:/git/config?ds=sidebyside diff --git a/git/config b/git/config index f3865cf..f641960 100644 --- a/git/config +++ b/git/config @@ -1,6 +1,6 @@ [user] name = Samir Benmendil - email = me@rmz.io + email = samir.benmendil@ultrahaptics.com [color] branch = auto status = auto @@ -29,3 +29,11 @@ [rebase] autostash = true autosquash = true +[status] + submodulesummary = true +[pull] + rebase = interactive +[branch "master"] + rebase = preserve +[branch "develop"] + rebase = preserve