Created
January 6, 2014 01:44
-
-
Save birchestx/8276883 to your computer and use it in GitHub Desktop.
Remove tag. Use with care! e.g. remove_tag.sh 2.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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