Skip to content

Instantly share code, notes, and snippets.

@aaronsummers
Last active September 14, 2022 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronsummers/08fb357f62a469071019d0a2b2cf7ebc to your computer and use it in GitHub Desktop.
Save aaronsummers/08fb357f62a469071019d0a2b2cf7ebc to your computer and use it in GitHub Desktop.
Remove tags from GIT Repository

Stackoverflow // Remove from the remote

git push --delete origin YOUR_TAG_NAME

Stackoverflow // Remove from local

git tag -d YOUR_TAG_NAME

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