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.
Este exercício faz parte do curso
Advanced Git
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
