Aug 18th, 2015
Here's how to search for a string in a git repo's history.
In Current Branch
git log -Sa_string_i_want_to_search_for
In all Branches
git log -Sa_string_i_want_to_search_for --all
Here's how to search for a string in a git repo's history.
In Current Branch
git log -Sa_string_i_want_to_search_for
In all Branches
git log -Sa_string_i_want_to_search_for --all