赞
踩
git 查看本地和远程分支:(颜色区分,标红的是远程分支)
git branch -a
带*的代表当前分支
查看远程分支
git remote show origin
更新远程分支
git remote update origin -p
最后就可以切换分支了