Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created December 19, 2019 15:44
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 tommcfarlin/309542944aa75d24b751b2633174945d to your computer and use it in GitHub Desktop.
Save tommcfarlin/309542944aa75d24b751b2633174945d to your computer and use it in GitHub Desktop.
[Git] Quick Tips: Deleting a Git Tag
$ git tag --delete 0.1.0
$ git push --delete origin 0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment