Refresh remote Git branches in Android studio

后端 未结 3 1142
面向向阳花
面向向阳花 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:21

    Try using git fetch or use git fetch --all

    0 讨论(0)
  • 2021-02-03 22:32

    In your Android Studio menu bar, click on VCS > Git > Fetch

    Check the image:

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题