github 删除本地与远程分支

删除本地与远程分支

删除远程分支gh-pages

git push origin --delete gh-pages

删除本地分支

git branch -d gh-pages

猜你喜欢

转载自blog.csdn.net/xixihahalelehehe/article/details/125106970