Refresh remote Git branches in Android studio Refresh remote Git branches in Android studio android android

Refresh remote Git branches in Android studio


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

Check the image:

Git Fetch 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