Skip to content

Instantly share code, notes, and snippets.

@juliobetta
Created September 26, 2017 17:31
Show Gist options
  • Save juliobetta/d066c15c6be7d44d5257192021ae14fb to your computer and use it in GitHub Desktop.
Save juliobetta/d066c15c6be7d44d5257192021ae14fb to your computer and use it in GitHub Desktop.
Git alias to order tags by version (git 2.3.3+)
git config --global alias.tags "tag --sort version:refname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment