What is git bisect?
Answer / Sangeet Kumar Yadav
Git Bisect is a command that helps you find the commit that introduced a bug into your project. It uses a binary search algorithm to narrow down the commits between which the bug was introduced.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can conflict in git resolved?
How to squash or fixup commits?
What is ‘bare repository’ in GIT?
What is the difference between git and github?
What is the common branching pattern in GIT?
How is git instaweb used?
Explain what is commit message?
What are the different ways you can refer to a commit?
What is the function of ‘git reset’?
How will you know in git if a branch has already been merged into master?
What is GIT stash?
Explain the difference between rebase and merge?