Afficher toutes les branches distantes git
git branch -r
Better Bug
git branch -r
git fetch --all
You can fetch all branches from all remotes like this:
git fetch --all
git for-each-ref --shell \
--format='git log --oneline %(refname) ^origin/master' \
refs/heads/