软件版本:2.37.0 制作完成时间:2022年7月23号
创建分支
git branch 分支名
查看分支
git branch -v
切换分支
git checkout 分支名
把指定的分支合并到当前分支上
git merge 分支名