FMeinicke's Wiki

Home

❯

Git

❯

Delete a tag on a remote

Delete a tag on a remote

May 26, 20251 min read

  • git/tag

tag

Source

  • https://stackoverflow.com/a/5480292/12780516
git tag -d tagname && git push origin :tagname

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub