摘要: 答: 分为两步: 1. 删除本地tag git tag -d tag-name 2. 删除远程tag git push origin :refs/tags/tag-name 阅读全文
posted @ 2019-08-28 10:36 Jello 阅读(31090) 评论(0) 推荐(1)