Skip to content

Instantly share code, notes, and snippets.

@jeremyvaught
Created September 19, 2018 13:59
Show Gist options
  • Save jeremyvaught/c07a35eb1c0bb145da951f17a45191eb to your computer and use it in GitHub Desktop.
Save jeremyvaught/c07a35eb1c0bb145da951f17a45191eb to your computer and use it in GitHub Desktop.
super basic git tag remover
#!/bin/bash
echo $1
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