Git: Cannot see new remote branch

前端 未结 9 1789
一个人的身影
一个人的身影 2021-01-29 18:55

A colleague pushed a new remote branch to origin/dev/homepage and I cannot see it when I run:

$ git branch -r

I still see preexisting remote br

9条回答
  •  庸人自扰
    2021-01-29 19:54

    I used brute force and removed the remote and then added it

    git remote rm 
    git remote add 
    

提交回复
热议问题