Created
December 22, 2020 15:28
-
-
Save agalazis/5a75570b0e78328636b944b873900caf to your computer and use it in GitHub Desktop.
count tags in a year
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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