finding branches
# to fetch (obtain references to) all origin branches git fetch origin # to see all branches git branch -a git branch -a | grep foo