Skip to content

Instantly share code, notes, and snippets.

@jaderfeijo
Last active March 1, 2016 16:38
Show Gist options
  • Select an option

  • Save jaderfeijo/9fd95f2d2c5bb2b841a0 to your computer and use it in GitHub Desktop.

Select an option

Save jaderfeijo/9fd95f2d2c5bb2b841a0 to your computer and use it in GitHub Desktop.
git-rm-tag
#!/bin/bash
git tag -d $1 & git push $2 :refs/tags/$1
@jaderfeijo
Copy link
Copy Markdown
Author

Usage git-rm-tag {tag} {remote}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment