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

View File

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