search for text appearance in a file's git history
Eg. Search for "use-query-params" in package.json
's git history
git grep use-query-params $(git rev-list --all -- package.json) -- package.json
Eg. Search for "use-query-params" in package.json
's git history
git grep use-query-params $(git rev-list --all -- package.json) -- package.json