I have a master and a development branch, both pushed to GitHub. I\'ve cloned, pulled, and fetched, but I re
master
development
clone
pull
fetch
As of early 2017, the answer in this comment works:
git fetch brings the branch down for you. While this doesn't pull all branches at once, you can singularly execute this per-branch.
git fetch