feat(git config): pull rebase = false
This commit is contained in:
parent
2092a6fceb
commit
a8509d9d83
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
pull.rebase = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue