git 创建分支并切换

git checkout -b fix/base //创建分支

git branch -av 查看所有分支

git checkout master //切换分支

原文地址:https://www.cnblogs.com/wanqieddy/p/4870834.html