hardEngineering Practices#85

Git bisect scenario

Prompt

Describe the git bisect workflow to find a commit that introduced a bug. Then write a script that automates git bisect with a test command.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code