From 8244156829dc2245496f3ec008203c1658e36c21 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 14 Jun 2020 11:30:15 -0700 Subject: [PATCH] Git: Rebase when pulling by default --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index bf32afb..3a6e046 100644 --- a/gitconfig +++ b/gitconfig @@ -17,3 +17,5 @@ fsckobjects = true [credential] helper = store +[pull] + rebase = true