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 8a15ea2655
commit ba3a2bc6c5

View file

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