赞
踩
git tag V1.0.0
git push origin V1.0.0
git tag -d V1.0.0
git push origin :refs/tags/V1.0.0
git tag
git checkout V1.0.0