Git εˆ ι™€ζœ¬εœ°ε’ŒθΏœη¨‹ Tag

εˆ ι™€ζœ¬εœ° tag

git tag -d v1.0.0

εˆ ι™€θΏœη¨‹ tag

git push origin :refs/tags/v1.0.0
# OR
git push origin --delete tag v1.0.0