📁 Files
No files yet. Create one!
! ConflictS StagedM ModifiedU Untracked
No files staged. Use
git add to stage changes.📊 Commit Graphcurrent branchmain
git add to stage changes.calculateTotal function sometime in the last week. It used to return a number, now it returns undefined.
You know commit 00000000 was good. The current HEAD is bad.
Use git bisect to efficiently find which commit introduced the bug. There are 5 commits to check — bisect will find it in at most 3 steps.
The bug is in the commit that changed src/calc.js to remove the return statement.Solve the problem by using the correct Git commands.