删除git 分支

删除本地分支

git branch -D 要删除的分支名

删除远程分支

git push origin --delete 要删除的分支名 

 

posted @ 2020-07-02 15:43  指尖流年1218  阅读(135)  评论(0编辑  收藏  举报