Today’s post is a quick tutorial how to use “git grep” and “git tag” to find the earliest tag that contains a particular line of code. TL;DR: use: git grep $(git rev-list –all) and git tag –contains= Source: New feed
Cheap WordPress Update Blog: Git: Find the First Tag Containing a Specified Keyword
