From 4043e2ae5b04fbe2e785a9f162a2ea50599fce36 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 10 Feb 2021 02:28:11 +0100 Subject: [PATCH] make rebase the default pull option --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index e36cfbe..c8e2b70 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,3 +15,5 @@ autocrlf = input [github] user = rad4day +[pull] + rebase = true