🔍 Git bisect
When you're trying to troubleshoot a bug, finding the original commit is often helpful as it gives you context.
Enters git bisect! If you haven't already, consider taking a short detour to the documentation.
This command uses a binary search algorithm to find which