Git is one of the most powerful tools in a developers life, here's how to search for stuff in cli.
$ git log -p -S"string" | grep --color=auto -C 5 "string"
This will search for a string in your repo's history and print out five lines from the found string on wards.
Your comment may be published.
Name:
Email:
Message: