Switch back to git pull.rebase = false by default

This commit is contained in:
Evie Litherland-Smith 2023-12-19 14:46:38 +00:00
parent acbfe003cc
commit 6939b7f468

View file

@ -126,7 +126,7 @@
};
extraConfig = {
github.user = "elitherl";
pull.rebase = true;
pull.rebase = false;
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
diff.colorMoved = "default";