git删除本地分支与远程分支

删除本地分支

git branch -d xxx

删除远程分支

git push origin --delete xxx

posted @ 2021-12-27 10:52  IslandZzzz  阅读(40)  评论(0)    收藏  举报