git: enable pull.rebase

This commit is contained in:
Jeremy Baxter 2024-05-26 15:58:54 +12:00
parent b2bc83f33b
commit 5fe442599e

View file

@ -9,3 +9,5 @@
smtpencryption = ssl smtpencryption = ssl
smtpserverport = 465 smtpserverport = 465
annotate = yes annotate = yes
[pull]
rebase = true