Skip to content

Instantly share code, notes, and snippets.

@pavankjadda
Created August 5, 2020 05:15
Show Gist options
  • Save pavankjadda/5b9292faa7e7967f7af615dc85d28084 to your computer and use it in GitHub Desktop.
Save pavankjadda/5b9292faa7e7967f7af615dc85d28084 to your computer and use it in GitHub Desktop.
Delete git tag local and remote

Delete local git tag

$  git tag -d <tagname>

Delete remote git tag

$ git push --delete origin <tagname>

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