"There isn't anything to compare. Nothing to compare, branches are entirely different commit histories"
github 문구
기본 브랜치가 master로 잡혀있기 때문.
git checkout master
git branch main master -f
git checkout main
git push origin main -f
git push origin --delete master
로컬에서도 삭제해주자.
git branch [-d] 브랜치명