Get startedGet started for free

Bisect Search

You've discovered that your ETL pipeline is producing incorrect results, but you're not sure when this bug was introduced. You need to use git bisect to find the commit that introduced the bug. Assume you have begun the git bisection process by initializing git bisect.

You've written a script ./test_etl.sh that can automatically detect if the bug is present.

This exercise is part of the course

Advanced Git

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise