Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created January 17, 2021 08:18
Show Gist options
  • Select an option

  • Save obfusk/1e648292acbe3b8bf0617903c22624a9 to your computer and use it in GitHub Desktop.

Select an option

Save obfusk/1e648292acbe3b8bf0617903c22624a9 to your computer and use it in GitHub Desktop.
differentiate annotated & lightweight git tags
for x in $( git tag ); do echo $x; git show --stat $x | head -1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment