How do I configure my git to set the branch to main instead of master automatically?

Viewed 26

Whenever I create a new git init, it automatically names the default branch to master rather than naming it to main.

1 Answers
Related