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 = {
|
||||
init.defaultBranch = "main";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue