# Refresh local information about remote branches.
git remote update --prune

# Fetch new remote branches
git fetch --all