Skip to content

Instantly share code, notes, and snippets.

@Odepax
Created November 22, 2021 19:13
Show Gist options
  • Save Odepax/07cbddc4f68f20e59f25f39ced1e1775 to your computer and use it in GitHub Desktop.
Save Odepax/07cbddc4f68f20e59f25f39ced1e1775 to your computer and use it in GitHub Desktop.
Remove Remote Git Tag
git tag -d "tag_name"
git push --delete origin "tag_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment