TIL: git bisect is criminally underused
git bisect binary searches your commit history to find the exact commit that introduced a bug. Itβs shockingly effective and I forget about it every time.
git bisect binary searches your commit history to find the exact commit that introduced a bug. Itβs shockingly effective and I forget about it every time.