From 5fe442599eef9cc25fbb8c67f2d19d930238246f Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 26 May 2024 15:58:54 +1200 Subject: [PATCH] git: enable pull.rebase --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 80fa9d0..9aa42aa 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,3 +9,5 @@ smtpencryption = ssl smtpserverport = 465 annotate = yes +[pull] + rebase = true