]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
[WIP] Push all of the ultrahaptics changes!
[dotfiles.git] / git / config
index 06d260385da33f82bbb25e598e073ccf6dae774d..f64196094ad7322379102acb2541f5bb667c7ca8 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Samir Benmendil
-       email = samir.benmendil@gmail.com
+       email = samir.benmendil@ultrahaptics.com
 [color]
        branch = auto
        status = auto
        cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
 [merge]
        tool = fugitive
+       defaultToUpstream = true
 [mergetool]
        prompt = no
+[rebase]
+       autostash = true
+       autosquash = true
+[status]
+       submodulesummary = true
+[pull]
+       rebase = interactive
+[branch "master"]
+       rebase = preserve
+[branch "develop"]
+       rebase = preserve