git 创建分支并切换时间:2023-03-08 17:07:07 git checkout -b fix/base //创建分支 git branch -av 查看所有分支 git checkout master //切换分支