From 3389f8a1222bd2f8762f3227d4778c22908ea50c Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 26 Mar 2015 20:49:28 +0000 Subject: [PATCH] Default to rebase on pull. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 63f7c56..091fc79 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,3 +23,5 @@ br = branch [color] ui = true +[branch] + autosetuprebase = always