refactor(nix/hm/price): set default git branch as main
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m17s

This commit is contained in:
Price Hiller 2024-05-24 14:55:17 -05:00
parent 391695e035
commit d11eb9d2f9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -267,7 +267,7 @@ in
unstage = "reset HEAD --";
};
extraConfig = {
init.defaultBranch = "Development";
init.defaultBranch = "main";
merge.conflictstyle = "zdiff3";
branch.autosetupmerge = "always";
remote.pushDefault = "origin";