dot/gitconfig.in: Add explicit `pull' setting.
[profile] / dot / gitconfig.in
index 9a55627..20235cb 100644 (file)
 [rebase]
        autosquash = true
 
+[pull]
+       rebase = false
+
 [push]
-       default = matching
+       default = upstream
        followTags = true
 
 [format]