You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i created repo with README.md and then the first branch on my Github was 'main' and after i 'git push origin master' there was some issue,
master branch was created separately and couldn't pull my 'myName.js' to main
The text was updated successfully, but these errors were encountered:
because your main branch is named as "main" not master ,master was used some time before ,so try "git push origin main " ,and one more thing try not to create README.md at the very first when you are trying to learn
i created repo with README.md and then the first branch on my Github was 'main' and after i 'git push origin master' there was some issue,
master branch was created separately and couldn't pull my 'myName.js' to main
The text was updated successfully, but these errors were encountered: