微信扫一扫
git branch
显示本地的所有分支
git checkout [name]
切换到某个分支
git branch -r
查看远程分支
git branch -a
列出本地和远程分支
相关推荐