Logo
Published on

Git 一次刪除所有的 tag

很簡單的一行就可以一次刪除所有的 tag

git tag -d $(git tag)

Photo by Yancy Min on Unsplash