删除本地分支{feature/**}
git branch -D {feature/**}
注意删除{feature/**}分支时确保当前本地分支不为它
删除远程分支{feature/**}
git push origin :{feature/**}
注意origin后面有空格,冒号:后面没空格
git branch -D {feature/**}
注意删除{feature/**}分支时确保当前本地分支不为它
git push origin :{feature/**}
注意origin后面有空格,冒号:后面没空格
本文标题:git 删除本地及远程分支
本文链接:https://www.haomeiwen.com/subject/doovwqtx.html
网友评论