Probably your origin remote is set up to fetch only certain branches. A simple
git remote set-branches --add origin master
will fix it.
Probably your origin remote is set up to fetch only certain branches. A simple
git remote set-branches --add origin master
will fix it.