WordCamp Europe 2019 being held in Berlin, Germany and is one of the largest WordPress conferences in the world. It is an annual event that aims to create and strengthen connections between the growing local European WordPress communities. The event is hosted in a different European city each year and organized by a group of volunteers from the WordPress community. The event includes two conference days and a separate Contributor day, where people gather to contribute back to the WordPress Open Source Project.

Find that bug you made months ago with Git Bisect

Saturday, June 22nd, 11:30 am – 11:45 am

Please rate my talk on SpeakerRate!

Video not working? Watch on YouTube instead.

Download slides: Find that bug you made months ago with Git Bisect – wceu2019.pdf

You made a mistake months ago, and a part of the site is broken. No one noticed at first, but now the client is upset, so you need to fix it…and fast! But where in the code was this bug introduced? What if David told you there’s a tool hidden within Git to quickly find when a bug was committed and then fix it? Git Bisect allows you to comb through dozens of commits at once and find the culprit in seconds, even when you don’t know when it happened or what file was edited. Once you understand the basics, David will take it a step further with automation.

From the WCEU session page.