summaryrefslogtreecommitdiff
path: root/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php
blob: 9d76614fba04ed9a33c7026cfc8f36fc0a42a216 (plain) (blame)
1
2
3
4
5
6
7
<h1>Git-bisect: Find Breaking Commits Easily</h1>

<p class="description">
	We'll use git-bisect to help search the commit history for a commit which introduced a bug. As a bonus, we'll look at using git-cherry-pick and git-revert to undo breaking changes once we've found them.
</p>

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/MUukZIXGH9Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>