summaryrefslogtreecommitdiff
path: root/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2023-04-12-git-bisect-find-breaking-commits-easily.php')
-rw-r--r--posts/2023-04-12-git-bisect-find-breaking-commits-easily.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php b/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php
new file mode 100644
index 0000000..9d76614
--- /dev/null
+++ b/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php
@@ -0,0 +1,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>