How to display available branches in Android source tree?

后端 未结 6 817
南笙
南笙 2021-01-30 17:20

Following directions on Android\'s main website to pull down sources, I\'m looking at this command to initialize repo for the cupcake branch:

repo init -u git://an

6条回答
  •  死守一世寂寞
    2021-01-30 17:52

    For the repository you have perform repo sync. You can find them in your local directory .repo/manifests. Suppose you check aosp to ~/aosp.

    $ cd ~/aosp/.repo/manifests
    $ git branch -r
    

提交回复
热议问题