Scenario: I have multiple files on GitHub under multiple branches (e.g Master / Dev / UAT etc.), in which I want to search and replace a string (e.g. "Connection").
Issue: Once the string has been changed (e.g. "Connection Oracle" to "Connection MySQL"), then the earlier string "Connection Oracle" is still stored in the git history.
How can I list all the files which have a particular string (e.g "Connection") in the git history.