Created
January 12, 2017 15:52
-
-
Save peterprokop/b970f72ee50e899fccd826a691c3a23a to your computer and use it in GitHub Desktop.
Remove local tags, fetch from 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 --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment