Skip to content

Instantly share code, notes, and snippets.

@agalazis
Created December 22, 2020 15:28
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 agalazis/5a75570b0e78328636b944b873900caf to your computer and use it in GitHub Desktop.
Save agalazis/5a75570b0e78328636b944b873900caf to your computer and use it in GitHub Desktop.
count tags in a year
git for-each-ref --sort=taggerdate --format '%(tag)%(taggerdate)' | grep 2020 |wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment