📌  相关文章
📜  删除标签 github - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.546000             🧑  作者: Mango

代码示例1
git tag -d $(git tag -l)
git fetch
git push origin --delete $(git tag -l)
git tag -d $(git tag -l)