Git删除本地分支和远程分支

# 删除本地dev分支
git branch -D dev

# 删除远程dev分支
git push origin -d dev

posted @ 2022-05-15 10:40  有来技术  阅读(316)  评论(0编辑  收藏  举报