How do I get a new branch to show up in Eclipse Git Remote Tracking?

前端 未结 3 1213
甜味超标
甜味超标 2021-01-31 05:15

I have an existing Eclipse git project, with a master and development branch present in both local, and remote tracking. I have just added a new branch in my git repository, but

3条回答
  •  抹茶落季
    2021-01-31 05:45

    What I did: 1: disconnected. 2. refresh and pull. Then, it shows the new branch 3. create local and pull.

提交回复
热议问题