摘要: 删除本地分支: git branch -d xxx 如果删除不了可以强制删除,git branch -D xxx 删除远程分支:git push origin --delete 阅读全文
posted @ 2020-10-23 13:50 我不知道呀 阅读(34) 评论(0) 推荐(0)