How to find a bug with git bisect
Finding an old bug can be tricky and take some time, especially when you are working on a big project with a lot of commits. Most of the time, you need to define what commit introduced the bug to be able to fix it efficiently. If you have 100 commits to go thought it can …