Skip to content

Instantly share code, notes, and snippets.

@okalachev
Last active July 28, 2021 02:29
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 okalachev/daae91f0944b7de5aa2de520430936d2 to your computer and use it in GitHub Desktop.
Save okalachev/daae91f0944b7de5aa2de520430936d2 to your computer and use it in GitHub Desktop.
git: remove local and remote tag
TAG=<tag_name> && git tag -d $TAG && git push --delete origin $TAG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment