需要 git 2.23 版本,低版本使用 git-checkout

切换分支

# 切换分支
git switch 分支名
# 创建分支
git switch --create 分支名