git 分支查看与切换
> git branch -a
> git branch
> git checkout 分支名
原文:https://www.cnblogs.com/SouWind/p/12520831.html