git tag v_1.0.0
git push origin v_1.0.0
git push origin --tags
git tag pre_v1.0.0 githash
git tag -d [タグの名前] git push origin :[タグの名前]