๐Ÿ’ป 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