I'm going through a tutorial and it said this command, "git branch -a" would list all my remotes, both local and remote. So i did that and this is what i got.
David-Adamss-MacBook-Pro:releventz davidadams$ git branch -a
* master
remotes/flashdrive/master
remotes/origin/HEAD -> origin/master
remotes/origin/master
David-Adamss-MacBook-Pro:releventz davidadams$
Master is the branch i'm currently on and is green. All three remote branches are red. I had a little trouble when i was trying to get the path right to my remote to add and push to. Could that be a reason i have three remote branches instead of just one? I just added 'flashdrive' as my remote and pushed to it. So i know that's the most recent but what are the other two?