Jump to the navigation menu

Counting tags

To see all the tags in a repository, run git tag.

To see a filtered list of tags, such as tags that start with a specific year, run git log | grep 2025.

To count these, run git log | grep 2025 | wc -l.

About me

Picture of Oliver

I'm an certified Drupal Triple Expert with 18 years of experience, a Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.