git: use trunk as main branch by default

This commit is contained in:
Primrose 2025-05-12 22:18:44 +02:00
parent 03c68db090
commit b143ee90d5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -16,7 +16,7 @@
# git itself
programs.git = {
extraConfig = {
init.defaultBranch = "mistress"; # haha gay haha
init.defaultBranch = "trunk"; # I like trees
push.autoSetupRemote = true;
pull.ff = "only";
rerere.enabled = true;