Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 91 Bytes

delete-remote-tag.md

File metadata and controls

6 lines (5 loc) · 91 Bytes

Delete a Git remote tag

git tag -d 1.2.3
git push origin :refs/tags/1.2.3