Remove tag

You are here:
Estimated reading time: < 1 min

1. delete local tag ‘12345’

git tag -d 12345

2. alternative approach

git push --delete origin tagName
Was this article helpful?
Dislike 0
Views: 22