Created
February 12, 2015 12:53
-
-
Save viruthagiri/dc818cf363bc978031cc to your computer and use it in GitHub Desktop.
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 for-each-ref refs/remotes/tags | cut -d / -f 4- | | |
| while read ref | |
| do | |
| git tag -a "$ref" -m"Tag $ref" "refs/remotes/tags/$ref" | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment