Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created May 15, 2020 07:22
Show Gist options
  • Save BenSlabbert/bff117b121f55e93eb5f84d27da7fcef to your computer and use it in GitHub Desktop.
Save BenSlabbert/bff117b121f55e93eb5f84d27da7fcef to your computer and use it in GitHub Desktop.
#!/bin/bash
git push --delete origin tagname
git push origin :refs/tags/tagname
git tag --delete tagname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment