From d9b7c12be8b06f14a9935e92d6abd012d5d62e8c Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Mon, 23 May 2022 14:50:10 +0200 Subject: [PATCH] Change default of git pull to rebase --- roles/git/templates/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index 254f744..a4acd09 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -2,7 +2,7 @@ name = {{ username }} email = {{ useremail }} [pull] - rebase = false + rebase = true [alias] br = branch ci = commit