Skip to content

Instantly share code, notes, and snippets.

@gastonambrogi
Created July 16, 2017 17:53
Show Gist options
  • Save gastonambrogi/6e21e70825015f8f7a43c98b121da0ed to your computer and use it in GitHub Desktop.
Save gastonambrogi/6e21e70825015f8f7a43c98b121da0ed to your computer and use it in GitHub Desktop.
Get last tag name finding in all branches
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment