Skip to content

Instantly share code, notes, and snippets.

@peterprokop
Created January 12, 2017 15:52
Show Gist options
  • Save peterprokop/b970f72ee50e899fccd826a691c3a23a to your computer and use it in GitHub Desktop.
Save peterprokop/b970f72ee50e899fccd826a691c3a23a to your computer and use it in GitHub Desktop.
Remove local tags, fetch from remote
git tag -l | xargs git tag -d
git fetch --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment