Search Git Files History
Find a string in previous versions of files in your git history:
git log --patch | less +/somestring
web development and other stuff
Find a string in previous versions of files in your git history:
git log --patch | less +/somestring