Git: enable pull.rebase
This commit is contained in:
parent
07f35f405e
commit
f8388bbefd
|
@ -126,7 +126,7 @@
|
|||
};
|
||||
extraConfig = {
|
||||
github.user = "elitherl";
|
||||
pull.rebase = false;
|
||||
pull.rebase = true;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
diff.colorMoved = "default";
|
||||
|
|
Loading…
Reference in a new issue