删除本地分支
git branch -d <BranchName>
删除远程分支
git push origin --delete <BranchName>
本文标题:git删除分支
本文链接:https://www.haomeiwen.com/subject/edqzvftx.html
网友评论