foldable.dev

web development and other stuff

Search Git Files History

Find a string in previous versions of files in your git history:

git log --patch  | less +/somestring

source