Last active
March 1, 2016 16:38
-
-
Save jaderfeijo/9fd95f2d2c5bb2b841a0 to your computer and use it in GitHub Desktop.
git-rm-tag
This file contains hidden or 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
| #!/bin/bash | |
| git tag -d $1 & git push $2 :refs/tags/$1 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage
git-rm-tag {tag} {remote}