feat(git): switch from master to main

I feel like it has found wide-spread adaption by now.
This commit is contained in:
buffet 2024-05-05 22:24:08 +02:00
parent d8af11da26
commit bdd755bb4e

View file

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