From 7639bbee05a6ec241dc8c0b461a451be63ec88d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Mon, 25 Jul 2022 23:22:49 +0200 Subject: [PATCH] Use rebase on pull by default --- symlinks/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/gitconfig b/symlinks/gitconfig index 4483050..364185d 100644 --- a/symlinks/gitconfig +++ b/symlinks/gitconfig @@ -34,7 +34,7 @@ [includeIf "gitdir/i:~/Projects/University/"] path = ~/.gitconfig.university [pull] - rebase = false + rebase = true [init] defaultBranch = main [sendemail]