๐ป Programming
[Git] ํ๊ทธ ์ญ์ ํ๊ธฐ (removing git tag)
์ผ์ด์น
2018. 1. 24. 13:15
Git์์ ํ๊ทธ ์ญ์ ํ๊ธฐ
git tag -d {name of tag}
git push origin :refs/tags/{name of tag}
git tag -d 12345
git push origin :refs/tags/12345