user/git: set default branch name

This commit is contained in:
Cilly Leang 2026-06-10 16:01:23 +10:00
parent b705a21478
commit 2990972989
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -10,6 +10,7 @@
user.email = "mini@cilly.moe";
core.abbrev = 11;
safe.directory = "/home/rin/Projects/flakes";
init.defaultBranch = "master";
};
};
}