Switch back to git pull.rebase = false by default
This commit is contained in:
parent
acbfe003cc
commit
6939b7f468
|
@ -126,7 +126,7 @@
|
|||
};
|
||||
extraConfig = {
|
||||
github.user = "elitherl";
|
||||
pull.rebase = true;
|
||||
pull.rebase = false;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
diff.colorMoved = "default";
|
||||
|
|
Loading…
Reference in a new issue