在 Android Studio 中刷新远程 Git 分支

问题描述:

远程仓库有一个新的分支,但是在android studio的git分支中没有出现.如何刷新该列表以显示新分支?

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?

我试过 git branch -r但新分支未显示在列表中.

I have tried git branch -r but new branch is not showing in the list.

在你的 Android Studio 菜单栏中,点击 VCS >git >获取

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

检查图像: