make main the default branch name for new git repos

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-28 12:32:54 -05:00
parent ecfc3a05c3
commit 00797bbef1

View file

@ -10,6 +10,8 @@
core.editor = "nvim"; core.editor = "nvim";
pull.rebase = false; pull.rebase = false;
init.defaultBranch = "main";
}; };
difftastic = { difftastic = {