Foldable.dev

Web Development

Search Git Files History

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

git log --patch  | less +/somestring

source