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

git branch -av 查看所有分支

git checkout master //切换分支

相关文章: