Skip to content

Instantly share code, notes, and snippets.

@odellt
Created November 19, 2019 14:23
Show Gist options
  • Save odellt/1afc350e1b4ab2de606d010e161ee015 to your computer and use it in GitHub Desktop.
Save odellt/1afc350e1b4ab2de606d010e161ee015 to your computer and use it in GitHub Desktop.
# Delete local tags that have not yete been pushed
git fetch --prune origin "+refs/tags/*:refs/tags/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment