Hope you are doing well!
i have a query on how to automate git bisect. currently we are manually finding the faulty commit in bunch of commits manually given git bisect commands. Is there any python script or any bash script?
as am very new to scripting :)
like
git bisect start git bisect bad git bisect good "commit sha value" run the test
and on failed scenario it should take command git bisect bad and on pass scenario it takes git bisect good
this above should continue until it finishes all the commits check.
your response is welcome Thank you in advance.