Skip to content

Instantly share code, notes, and snippets.

@hamzahamidi
Created July 21, 2018 16:56
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 hamzahamidi/1cad3060deb80c931bdaf5a97514d0b3 to your computer and use it in GitHub Desktop.
Save hamzahamidi/1cad3060deb80c931bdaf5a97514d0b3 to your computer and use it in GitHub Desktop.
Delete tag locally & remote
# delete tag locally
git tag -d tagName
# delete tag remote
git push --delete origin tagName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment