- git创建分支:
git checkout -b branchname
- git 切换分支:
git checkout branchname
- git 删除分支:
git branch -d branchname
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1591.html
git checkout -b branchname
git checkout branchname
git branch -d branchname
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1591.html