October 26, 2023 git
Using git bisect to find the one bad commit
Commits may break things. But you might not notice it right away and push more commits. With git bisect you'll find the bad commit in no time.
Commits may break things. But you might not notice it right away and push more commits. With git bisect you'll find the bad commit in no time.
Working on a large codebase for the first time can be intimidating. If only there is a way to quickly scan the most important files...