git pull이나 git fetch를 해주면 main이 생긴다.
로컬 브랜치 생성 후 push 해주면 원격 저장소에도 로컬 브랜치가 나타난다!
The current branch gayoung has no upstream branch 오류
원격저장소에 대한 브랜치 설정을 안해줘서 나타남
깃에서 해결책 알려줌
To push the current branch and set the remote as upstream, use
git push --set-upstream origin [브랜치명]