From 46520064d3f84d8b02559b6fe59f33767ba24a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Wed, 4 Dec 2019 14:59:34 +0100 Subject: [PATCH] [git] set rebase on pull by default --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index 60e2818..8d70237 100644 --- a/git/config +++ b/git/config @@ -4,3 +4,6 @@ autocorrect = 1 [remotes] prune = true +[pull] + rebase = true +