如果手误,创建了一个命名不规范的本地分支,以删除dev分支为例,可通过如下方法删除:
先切换到别的分支: git checkout otherBranch
删除本地分支: git branch -d dev
如果删除失败,则可以使用强制删除命令:git branch -D dev
赞赏支持