From 479172a2f49ae66ac79e4fb668f09a10afd74ea6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 18 Jan 2022 00:52:57 +0100 Subject: [PATCH] git rebase config --- templates/git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/git/gitconfig.j2 b/templates/git/gitconfig.j2 index 71286c6..097c009 100644 --- a/templates/git/gitconfig.j2 +++ b/templates/git/gitconfig.j2 @@ -11,3 +11,5 @@ [github] user = {{github_username}} {% endif %} +[pull] + rebase = false