git/본인 branch & remote branch merge (1) 썸네일형 리스트형 본인 브랜치와 리모트 브랜치 merge 1. 브랜치를 변경: sooman -> admin 변경 후 pushl할려고 했더니 error: failed to push some refs to 'https://github.com/gudiedu/gudi_edu_front.git'이유는 pull을 하지 않았기 때문! pull을 할려고 했더니 다른 에러가 발생There is no tracking information for the current branch pull을 하기 전 tracking information 을 아래와 같이 set 해줘야한다. git branch --set--upstream-to=origin/admin*upstream이란 ? 현재 작업 중인 브랜치가 어떤 원격 브랜치를 따라가야 하는지를 가리킴 그리고 나서 git pull ori.. 이전 1 다음