Github 切换分支

git branch -a,查看是否存在分支

git checkout 分支名 , 切换到你想要到的分支

git branch 检查是否切换成功,查看当前分支

原文地址:https://www.cnblogs.com/nmydt/p/14256306.html