Command to know all the branches of Blender via git ?

Days ago i get the branch of the new mantaflow integration with Blender with “git checkout soc-2014-fluid”, and i want to know if there is a command who list all the branches of Blender from git ?

git branch -r

r like remote

You can also see them here https://developer.blender.org/diffusion/B/branches/master/ (which could be easier to visualize as there are a lot of those).
It is not mandatory, but you can also subscribe (if you haven’t yet done so) to the bf-blender-cvs mailing list to closely follow blender’s development.