Refresh remote Git branches in Android studio

后端 未结 3 1141
面向向阳花
面向向阳花 2021-02-03 22:12

There is a new branch in the remote repository, but it does not appear in the git branches in android studio. How can I refresh that list to show the new branch?

I have

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-03 22:44

    You can try using VCS (from menu) then click on Git and then on Fetch. Alternatively, you can use git fetch --all

提交回复
热议问题