git刪除本地分支、刪除遠程分支

https://blog.csdn.net/lihua5419/article/details/81706905 1、查看所有分支 git branch -a 2、查看當前所在分支 git branch 3、刪除本地的bug_xzx分支(切記刪除之前要先切換到其它分支) git branch -D bug_xzx 4、刪除遠程的bug_xzx分支 git push origin --delete
相關文章
相關標籤/搜索