Published 2022. 5. 10. 21:48
728x90

single-branch 를 통해 clone 한 경우 브랜치를 추가로 가져올 경우 아래 명령어를 입력

git remote set-branches --add origin 브랜치명
git fetch origin
git checkout --track origin/브랜치명

 

https://velog.io/@burningjeong/fatal-originmain-is-not-a-commit-and-a-branch-main-cannot-be-created-from-it

728x90

'개발 지식 > Memo' 카테고리의 다른 글

spring-boot-devtools 라이브러리  (0) 2022.06.09
페이징 라이브러리 (PageHelper + pagination)  (0) 2022.02.04
REST API JunitTest(MockMvc)  (0) 2022.01.27
MockMvc Annotation 정리  (0) 2022.01.26
REST Controller 반환 타입 정리  (0) 2022.01.25
복사했습니다!