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 <regexp> $(git rev-list --all)
...
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 <regexp> $(git rev-list --all)
...
Click on one of the series below to see all the blog posts in that particular series
© Stanford University, Stanford, California 94305.