Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created January 17, 2021 08:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/1e648292acbe3b8bf0617903c22624a9 to your computer and use it in GitHub Desktop.
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