git: Rebase by default when using git pull

This commit is contained in:
Donovan Glover 2023-10-10 18:18:02 -04:00
parent 998d574580
commit 8e4723638a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -24,6 +24,7 @@
web.browser = "librewolf";
push.default = "simple";
pull.rebase = true;
branch.autosetuprebase = "always";
init.defaultBranch = "master";
rerere.enabled = true;