Whenever I create a new git init, it automatically names the default branch to master rather than naming it to main.
Whenever I create a new git init, it automatically names the default branch to master rather than naming it to main.
See https://git-scm.com/docs/git-config#Documentation/git-config.txt-initdefaultBranch
git config --global init.defaultBranch main