We have a zillion branches and someone reverted important changes. Is there a way to find:
- which (local or remote) branch contains
- the version of
file.js
- which contains
searchString
?
I've found answers to how to find a file in multiple branches, or how to find a string in multiple branches. But not how to find the version of a file containing the specified string in multiple branches.