本文介绍了刷新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
$ b $我怎样才能刷新这个列表来显示新的分支? b,但新分支未显示在列表中。
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
这篇关于刷新Android Studio中的远程Git分支的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!