# List all branches, both locally and on remotes
# NOTE: If you haven't used `git fetch` first, you won't see newly-created remote branches
git branch -a
# List all branches, both locally and on remotes
# NOTE: If you haven't used `git fetch` first, you won't see newly-created remote branches
git branch -a