From 3f5387f6bfb49c75a75bec29fdbbb6531af0e87c Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 10 Jul 2020 14:26:22 -0400 Subject: [PATCH] Set default git pull strategy --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 2ac3045..753dcba 100644 --- a/.gitconfig +++ b/.gitconfig @@ -30,6 +30,9 @@ [push] default = simple +[pull] + rebase = true + [color "diff"] meta = yellow bold commit = green bold