]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
git: set push action to "current"
[dotfiles.git] / git / config
index 06d260385da33f82bbb25e598e073ccf6dae774d..deadf5c5bde2388ac2f7b104106c853270af0c46 100644 (file)
@@ -1,13 +1,13 @@
 [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
 [diff]
        tool = vimdiff
 [color "diff"]
        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