Published - 7 years ago ( Updated - 7 years ago )
remote:
Local side:
Multiple remote tags
Multiple local tags
git push --delete origin v1.0
Local side:
git tag --delete v1.0
Multiple remote tags
git push --delete origin tag1 tag2
Multiple local tags
git tag -d tag1 tag2
No Comment
Post your comment