How can I get the total number remote branches in Git?
To get all the remotes branches, I do this statement below, but I cannot get the count/total of these branches. I tried --count, but it didn't work:
git branch -r
How would I get just the count of these?