Skip to content

Instantly share code, notes, and snippets.

@havvg
Last active March 26, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havvg/4febb355226ae2499c5017d3d551ec8b to your computer and use it in GitHub Desktop.
Save havvg/4febb355226ae2499c5017d3d551ec8b to your computer and use it in GitHub Desktop.
Semantic Versioning: git latest-version
[alias]
latest-version = "!git tag --sort=v:refname | tail -n1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment