feat(git): actually switch to main branch

This commit is contained in:
buffet 2024-05-06 11:35:30 +02:00
parent 5837c147e6
commit 55ca835ebf

View file

@ -27,6 +27,10 @@ _: {
sort = "-committerdate";
};
init = {
defaultBranch = "main";
};
push = {
autoSetupRemote = true;
};