Created
February 24, 2012 17:55
-
-
Save cadams500/1902385 to your computer and use it in GitHub Desktop.
Synchronize Git Tags With Remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git tag -l | xargs git tag -d | |
| git fetch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how about chaning
git fetchtogit fetch --tags