# Add tags git tag tagName # Push tags git push --follow-tags # Delete locally git tag -d tagName # Delete remote tag: git tag -d tagName git push origin :tagName