Skip to content

Instantly share code, notes, and snippets.

@perseusrealdeal
Last active April 21, 2023 06:51
Show Gist options
  • Save perseusrealdeal/73673868823979b0c75e27e59458a367 to your computer and use it in GitHub Desktop.
Save perseusrealdeal/73673868823979b0c75e27e59458a367 to your computer and use it in GitHub Desktop.
DeletingGitHubTags.

How to delete a remote Git tag on GitHub:

$ git push origin :refs/tags/<tag>

sample:

$ git push origin :refs/tags/1.1 
To https://github.com/perseusrealdeal/DarkMode.git
 - [deleted]         1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment