Skip to content

Instantly share code, notes, and snippets.

@matlockx
Created March 28, 2018 06:51
Show Gist options
  • Save matlockx/0c31bfadafe71b75ecf82588c8dd6751 to your computer and use it in GitHub Desktop.
Save matlockx/0c31bfadafe71b75ecf82588c8dd6751 to your computer and use it in GitHub Desktop.
Get latest tag from git repo
#!/usr/bin/env sh
git for-each-ref refs/tags --sort=-taggerdate --format='%(refname:short)' --count=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment