Refresh remote Git branches in Android studio
You can try using VCS (from menu)
then click on Git
and then on Fetch
.
Alternatively, you can use git fetch --all
In your Android Studio menu bar, click on VCS > Git > Fetch
Check the image:
You can try using VCS (from menu)
then click on Git
and then on Fetch
.
Alternatively, you can use git fetch --all
In your Android Studio menu bar, click on VCS > Git > Fetch
Check the image: