config(git): enable pull.rebase by default

This commit is contained in:
Michael Thomas 2025-05-17 12:02:13 -04:00
parent 4e46844f61
commit 161eee6bb1

View File

@ -17,7 +17,7 @@
userName = "Michael Thomas";
extraConfig = {
credential.helper = lib.mkDefault "store";
pull.rebase = "false";
pull.rebase = "true";
init.defaultBranch = "main";
};
};