漫游猫认证
1. 首先git clone 你要的远程仓库到本地
git clone git://xxxxxx
git branch -a
3. 查看你本地有哪些分支
4. 切换到你想要去的分支里面去
git checkout origin/xxx