feat(git config): pull rebase = false

This commit is contained in:
Ahurac 2024-11-08 19:36:20 +01:00
parent 2092a6fceb
commit a8509d9d83

View file

@ -156,6 +156,7 @@
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
push.autoSetupRemote = true; push.autoSetupRemote = true;
pull.rebase = false;
}; };
}; };