Lewis's Tech Keep

[git] single branch clone -> new branch pull 본문

카테고리 없음

[git] single branch clone -> new branch pull

Lewis Seo 2021. 11. 29. 07:38
git  remote  set-branches  --add  'origin'  'newbranch'
git  fetch  'origin'
git  checkout  --track  'origin/newbranch'

이게 제일 잘 먹혔다.

 

https://stackoverflow.com/questions/49297153/why-is-it-not-a-commit-and-a-branch-cannot-be-created-from-it

Comments