How to clone a Branch in Android Studio?

0

I would like to know how I can clone a Branch of GitHub in Android Studio, because when I clone the Project, in the initial screen, comes only the standard version of the repository.

    
asked by anonymous 20.02.2018 / 01:49

1 answer

1

I've found that Android Studio automatically clones all Branchs at once. To access them, simply go to:

VCS - > Git - > Branches ...

    
20.02.2018 / 01:49