From c0e9d3980137b533f8eddb1e6409fbdc3fbc3606 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 19 Jun 2024 14:39:38 -0500 Subject: fix(git): set pull to default to rebase --- dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 5b84c1e..71c5a55 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -48,4 +48,4 @@ helper = !/usr/bin/gh auth git-credential {{ end -}} [pull] - rebase = false + rebase = true -- cgit v1.2.3