Android Studio - checkout a *branch* from GitHub

前端 未结 3 1918
终归单人心
终归单人心 2021-02-04 02:54

We have a repo in GitHub which has 3 branches. For example, say master, developer and preview.

When I checkout this re

3条回答
  •  轮回少年
    2021-02-04 03:46

    The branch selection is done by two steps:

    VCS-GIT-FETCH (unfetched externally created branch is invisible for you)
    VCS-GIT-Branches-(Remote branches - branch name)-Checkout   
    

    The VCS-GIT-Branches can be reached by one click - in the right lower corner on GIT:[current branch name]

提交回复
热议问题