Using git through wsl (ubuntu) & windows terminal, how do you change the default branch name to main?
I've already tried:
git config --global init.defaultBranch main
and the setting "init.defaultbranch=main" is there when I look at:
git config --global --list
but when I try to make a new git init in a brand new folder it still uses master... Any ideas?