Common/programs/git: disable pull.rebase

This commit is contained in:
Toast 2023-12-15 12:57:06 +01:00
parent f3189018bf
commit b56b90651a

View file

@ -7,7 +7,6 @@
delta.enable = true; delta.enable = true;
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = "interactive";
commit.verbose = "true"; commit.verbose = "true";
}; };
}; };