Skip to content

Instantly share code, notes, and snippets.

@krmgns
Last active August 29, 2015 14:15
Show Gist options
  • Save krmgns/4bf32d7741c819f789eb to your computer and use it in GitHub Desktop.
Save krmgns/4bf32d7741c819f789eb to your computer and use it in GitHub Desktop.
Git memo
# delete a remote tag
git tag -d theTagName
git push origin :refs/tags/theTagName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment