fatal: The current branch feature has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin feature
git push --set-upstream origin feature
업스트림 저장소에 feature이라는 브랜치가 없으니 해당 명령어로 업스트림에 feature이라는 브랜치를 생성하라는 의미이다.
커맨드 라인에서 알려주는 대로 복사 붙여넣기 하면 해결할 수 있다.
'Front-End > git' 카테고리의 다른 글
가장 마지막 commit 수정 (0) | 2023.04.04 |
---|---|
좋은 git commit 메시지를 위한 영어 사전(링크) (0) | 2023.04.03 |
git에서 특정 브랜치만 clone하는 방법 (0) | 2023.03.16 |
Cannot find module '모듈명' or its corresponding type declarations. ts (0) | 2023.03.14 |
github (0) | 2022.12.17 |