본문 바로가기
GIT/Github

git branch tracking 하기

by Rainbound-IT 2023. 5. 16.
반응형
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

 

 

git에 있는 브랜치를 로컬에서 생성했더라도 

로컬은 git 서버의 어떤 브랜치를 tracking 해야할지 모르기 때문에 설정을 해주어야 한다

 

 

git branch --set-upstream-to=origin/[git 서버의 브랜치명] [local 브랜치명]
반응형

'GIT > Github' 카테고리의 다른 글

git branch 분기  (1) 2022.11.29
github actions 란  (0) 2022.11.12
git 개념  (0) 2022.06.09
pull 에러  (0) 2022.02.03
Updates were rejected because the tip of your current branch is behind  (0) 2022.02.02

댓글