Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Created July 1, 2022 15:21
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 Nolwennig/6919ff31e5a2a603ef2f2798bb3baeb7 to your computer and use it in GitHub Desktop.
Save Nolwennig/6919ff31e5a2a603ef2f2798bb3baeb7 to your computer and use it in GitHub Desktop.
Get lastest tags version number from Xdebug
git ls-remote --tags https://github.com/xdebug/xdebug.git | grep -vE 'refs/tags/XDEBUG|{}' | tail -n1 | cut -d'/' -f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment