Using Git Bisect, how to find the first revision in which a certain file contained a certain string?

24 Views Asked by At

I was given a Git repository with many commits.

I was asked to find the first commit in which a certain file contained a certain string with Git Bisect and I couldn't figure out how to do it.

Thanks!

0

There are 0 best solutions below