
I'm learning to use GitHub, I found that my default branch is main although I've changed it to master using my account in GitHub website but it still appears on the command line as main. It has caused many problems in the authentication process in every git push command, I want to change the main branch to be (master => origin) like usual. Can anyone help me?