Skip to content

Instantly share code, notes, and snippets.

@leotada
Created August 28, 2018 15:08
Show Gist options
  • Save leotada/694fbf7eb113f5be12824ac546e0b11f to your computer and use it in GitHub Desktop.
Save leotada/694fbf7eb113f5be12824ac546e0b11f to your computer and use it in GitHub Desktop.
Git Delete Tag
# Delete remote tag
git push --delete origin tagname
# Delete local tag
git tag -d tagname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment