Skip to content

Instantly share code, notes, and snippets.

@l4u
Created March 16, 2012 04:56
Show Gist options
  • Save l4u/2048562 to your computer and use it in GitHub Desktop.
Save l4u/2048562 to your computer and use it in GitHub Desktop.
cocos2d-x git tag sorting
git tag -l | sort -n -t. -k4,4 -k5,5 -k6,6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment