Skip to content

Instantly share code, notes, and snippets.

@ricardodantas
Created March 28, 2014 02:18
Show Gist options
  • Select an option

  • Save ricardodantas/9823787 to your computer and use it in GitHub Desktop.

Select an option

Save ricardodantas/9823787 to your computer and use it in GitHub Desktop.
Git delete tag from remote. --- From http://nathanhoad.net/how-to-delete-a-remote-git-tag
git tag -d 12345
git push origin :refs/tags/12345
@goinnn
Copy link
Copy Markdown

goinnn commented Nov 30, 2020

Thanks! I used this link too: http://nathanhoad.net/how-to-delete-a-remote-git-tag

:-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment