删除git分支

删除本地分支

git branch -d dev

删除远程分支

git push origin -d dev
posted @ 2023-07-03 09:52  SultanST  阅读(3)  评论(0编辑  收藏  举报