建立于: 6年前 ( 更新: 6年前 )
远程:
本地端:
多个远程的tags
多个本地端的tags
git push --delete origin v1.0
本地端:
git tag --delete v1.0
多个远程的tags
git push --delete origin tag1 tag2
多个本地端的tags
git tag -d tag1 tag2
No Comment
Post your comment