refactor(nix/hm/price): set default git
branch as main
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m17s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m17s
This commit is contained in:
parent
391695e035
commit
d11eb9d2f9
@ -267,7 +267,7 @@ in
|
|||||||
unstage = "reset HEAD --";
|
unstage = "reset HEAD --";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "Development";
|
init.defaultBranch = "main";
|
||||||
merge.conflictstyle = "zdiff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
branch.autosetupmerge = "always";
|
branch.autosetupmerge = "always";
|
||||||
remote.pushDefault = "origin";
|
remote.pushDefault = "origin";
|
||||||
|
Loading…
Reference in New Issue
Block a user