Xu Wang <xuwang...@gmail.com> writes: | "git branch" lists only one branch for me (master). Should there be more?
git branch -a to see the remote branches. By default only the master branch is setup as a tracking branch upon clone. -- Lgb
Xu Wang <xuwang...@gmail.com> writes: | "git branch" lists only one branch for me (master). Should there be more?
git branch -a to see the remote branches. By default only the master branch is setup as a tracking branch upon clone. -- Lgb