Skip to content

Instantly share code, notes, and snippets.

@vsnguyen
Created October 20, 2017 13:44
Show Gist options
  • Save vsnguyen/6e1eb0e66e890a4a496a6577dcdf3f39 to your computer and use it in GitHub Desktop.
Save vsnguyen/6e1eb0e66e890a4a496a6577dcdf3f39 to your computer and use it in GitHub Desktop.
delete-git-tag-local-and-remote
# Local
git tag -d tag-name
# Remote
git push --delete origin tag-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment