I'm very new to git. After complete osx reinstall I've noticed that I can't switch to other branches I've created before… There is only master:
$ cd /usr/local
$ git branch -a
* master
remotes/origin/master
On github I see all my 4 brunches… I want to recover them…
Could anyone explain me how can make available my other branches?