The manifests are already checked out as part of the repo init process. To get a list of available branches, (from your android repo checkout root), use this command:
git --git-dir .repo/manifests/.git/ branch -a
You can clone the git repository first, and then list branches:
$ git clone http://android.googlesource.com/platform/manifest.git
$ cd manifest
$ git branch -r
The quickest way to list available branches without cloning/downloading anything is this one-liner:
$ git ls-remote -h http://android.googlesource.com/platform/manifest.git
The manifests are already checked out as part of the repo init process. To get a list of available branches, (from your android repo checkout root), use this command:
git --git-dir .repo/manifests/.git/ branch -a
https://android.googlesource.com/platform/manifest