Skip to content

Instantly share code, notes, and snippets.

@cadams500
Created February 24, 2012 17:55
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cadams500/1902385 to your computer and use it in GitHub Desktop.
Save cadams500/1902385 to your computer and use it in GitHub Desktop.
Synchronize Git Tags With Remote
git tag -l | xargs git tag -d
git fetch
@eubnara
Copy link

eubnara commented Sep 8, 2017

how about chaning git fetch to git fetch --tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment