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.
Cet exercice fait partie du cours
Advanced Git
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice