깃 브랜치 마스터 메인 리모트, IDE 푸시와 CLI 푸시 해결 방법
git branch -m main 으로 통합 --help를 통한 공식문서 습득 이후PS C:\Users\pkc\IdeaProjects\tb> git push
fatal: The upstream branch of your current branch does not match
the name of your current branch. To push to the upstream branch
on the remote, use
git push origin HEAD:master
To push to the branch of the same name on the remote, use
git push origin HEAD
To choose either option permanently, see push.default in 'git help config'.
PS C:\Users\pkc\IdeaProjects\tb>
헤드 시점이 업스트림 지점 별 차이 발생
두개 차이 뭘까