feat(git): actually switch to main branch
This commit is contained in:
parent
5837c147e6
commit
55ca835ebf
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ _: {
|
||||||
sort = "-committerdate";
|
sort = "-committerdate";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue