分支上线打包
git tag -d tag名字
git push origin :refs/tags/tag名字
git tag 查看所有tag
git tag -a tag名字 -m "注释"
git push --tags 把本地新建的tag推送到git上