How to display available branches in Android source tree?
        Posted  
        
            by theactiveactor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by theactiveactor
        
        
        
        Published on 2010-05-20T13:54:13Z
        Indexed on 
            2010/05/21
            8:20 UTC
        
        
        Read the original article
        Hit count: 435
        
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://android.git.kernel.org/platform/manifest.git -b cupcake
How can I view all available branches besides cupcake, i.e eclair, donut, etc...?
© Stack Overflow or respective owner