change primary branch from master to main
Created by: msaaddev
Is your proposal related to a problem?
No. create-react-app
is still using master branch for the primary branch when it generates a project. And now almost everyone is using main branch as the primary branch instead. So, it would be better if we use main
branch instead. This piece will add more weight to why I am proposing this.
Describe the solution you'd like
After making the initial commit, run the command to change primary branch from master to main.
(Describe your proposed solution here.)
Describe alternatives you've considered
none.
Additional context
none.