Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created January 6, 2014 01:44
Show Gist options
  • Save birchestx/8276883 to your computer and use it in GitHub Desktop.
Save birchestx/8276883 to your computer and use it in GitHub Desktop.
Remove tag. Use with care! e.g. remove_tag.sh 2.5
#!/usr/bin/env bash
git tag -d $1
git push origin :refs/tags/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment