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.
Diese Übung ist Teil des Kurses
Advanced Git
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
