This commit is contained in:
Reid 2024-04-11 00:49:36 -07:00
parent 46244360db
commit 8e1bcad290

View file

@ -44,7 +44,7 @@ in {
extraConfig = { extraConfig = {
push.autoSetupRemote = true; push.autoSetupRemote = true;
pull.rebase = true; pull.rebase = true;
init.defaltBranch = "main"; init.defaultBranch = "main";
}; };
}; };
}; };