X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e5d7e78f09fdaad72aea931b18487328d4509297..af9348928c28e9c9c89a9c03ac10c3029848659c:/git/config?ds=sidebyside diff --git a/git/config b/git/config index 21d2ea6..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 @@ -28,3 +28,12 @@ prompt = no [rebase] autostash = true + autosquash = true +[status] + submodulesummary = true +[pull] + rebase = interactive +[branch "master"] + rebase = preserve +[branch "develop"] + rebase = preserve