git branch -a
affiche les branches distantes et locales.git branch -r
affiche les branches distantes.git branch
sans options affiche les branches locales.git ls-remote --heads --tags <url-depo-distant>/<depot>.git | grep -E "refs/heads/<branche>"
affiche les branches distantes.