text 删除本地和远程分支

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 删除本地和远程分支相关的知识,希望对你有一定的参考价值。

git branch -d the_local_branch

git push origin :the_remote_branch

git push origin --delete the_remote_branch

以上是关于text 删除本地和远程分支的主要内容,如果未能解决你的问题,请参考以下文章

text 删除已合并到“develop”分支中的所有远程/本地分支

text 删除远程服务器上不存在的本地分支

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

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

git 同步远程已删除的分支和删除本地多余的分支

git操作:查看分支删除本地分支和远程分支