0 votes
in Interstellar Git by
Developer A found that a button, which was working fine earlier is not working in the project.

It is not sure which commit introduced this bug! Which of the following Git commands would you suggest?

Select the correct answer from below options

a) Git binary search

b) Git search

c) Git blame

d) Git bisect

1 Answer

0 votes
by

Correct answer of above question is :  d) Git bisect

...