fix: git default branch

This commit is contained in:
2024-08-11 11:32:54 +08:00
parent ea7422d6d0
commit 9c9b355c9b
4 changed files with 14 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
delta.enable = true;
lfs.enable = true;
extraConfig = {
init.defautBranch = "main";
init.defaultBranch = "main";
pull.rebase = true;
pull.autostash = true;