learn-git
learn-git copied to clipboard
Main vs Master
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
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