edit git rebase

Former-commit-id: c96034e3ad
This commit is contained in:
Hadi
2025-03-27 14:59:54 +01:00
parent 58e16598b1
commit 1f2a665ef0

View File

@@ -22,6 +22,7 @@ in {
]; ];
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = "false";
push.autoSetupRemote = true; push.autoSetupRemote = true;
color.ui = "1"; color.ui = "1";
}; };