Skip to content

Instantly share code, notes, and snippets.

@schamane
Created September 20, 2020 11:08
Show Gist options
  • Save schamane/3c125fa19f09bbbd0d451d13b18c8236 to your computer and use it in GitHub Desktop.
Save schamane/3c125fa19f09bbbd0d451d13b18c8236 to your computer and use it in GitHub Desktop.
Delete GIT Tag
git tag -d [tag];
git push origin :[tag]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment