Git Cheat Sheet/Delete remote tag

Remove a tag from the remote.

Section: Tags and Releases

Delete remote tag

bash
bash
git push origin :refs/tags/v1.2.0

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Tags and Releases
Delete local tag
Remove a local tag.
OpenIn sheetbashsame section
List tags
Show local tags.
OpenIn sheetbashsame section
Create annotated tag
Create a release tag with metadata.
OpenIn sheetbashsame section
Create signed tag
Sign a release tag with GPG.
OpenIn sheetbashsame section
Show tag details
Inspect tag target and metadata.
OpenIn sheetbashsame section
Push one tag
Publish a tag.
OpenIn sheetbashsame section