dot/gitconfig.in: Add explicit `pull' setting.
[profile] / dot / gitconfig.in
index 17cf5ae..20235cb 100644 (file)
@@ -40,6 +40,9 @@
 [rebase]
        autosquash = true
 
+[pull]
+       rebase = false
+
 [push]
        default = upstream
        followTags = true