Skip to content

Instantly share code, notes, and snippets.

@technogoat
Created December 28, 2011 15:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save technogoat/1528381 to your computer and use it in GitHub Desktop.
Save technogoat/1528381 to your computer and use it in GitHub Desktop.
$ git ls-remote --tags origin | awk '/^(.*)(\s+)(.*[a-z])$/ {print ":" $2}' | xargs git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment