From 7d3a3b8a2430abd412d5540ff89b8bdb70effa4e Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 29 Jun 2020 11:32:05 +0200 Subject: [PATCH] [FIX] gitconfig: Add default pull behaviour --- templates/_gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/_gitconfig.j2 b/templates/_gitconfig.j2 index c06dd7d..8a474f7 100644 --- a/templates/_gitconfig.j2 +++ b/templates/_gitconfig.j2 @@ -12,3 +12,5 @@ ui = auto [help] autocorrect = 1 +[pull] + ff = only