您的位置: 首页 > IT文章 > git删除分支 git删除分支 分类: IT文章 • 2022-07-29 17:33:45 删除本地分支 git branch -D 分支名 删除远程分支 git push origin :分支名 (origin可更换为你的其他远程仓库名)