git branch -d <BranchName>
git push origin --delete <BranchName>
git branch -a
Git教程,常用命令整理 Git删除本地tag和远程tag