git打包

git help tag #tag的用法
git tag
git tag -d xxx #删除tag
git tag v1.1 #新增tag
git describe --tag #  
原文地址:https://www.cnblogs.com/gsblog/p/3446458.html