可以删除!
git branch -d NewFeature
但是远程仓库的分支还在
git branch -a
git branch -d dev
git branch -r -d origin/dev
git push origin :dev