2024年11月08日 建站教程
git查看分支
git branch
git创建分支
git branch feature-B
git切换分支
git checkout develop
git创建并切换分支
git checkout -b feature-C
git删除分支
git branch -d feature-A
本文链接:http://so.lmcjl.com/news/17307/