1.查看远程分支
git branch -a
2.查看本地分支
git branch
3. 切换分支
git checkout(branchName)
4.创建分支命令
git branch(branchName)