Git 【Git】bisectでバグコミット特定完全ガイド|log₂N回の二分探索・bisect run自動化・–first-parent・path絞り込み・CI統合まで
git bisectでバグを仕込んだコミットを二分探索で特定する方法を完全ガイド。数学的原理(log₂N回)、基本5コマンド、bisect runの終了コード規約(0/1-124/125/128+)、monorepoの--first-parentモード、path絞り込み、log/replayによる再現、worktreeでの並行bisect、性能リグレッション、Docker環境、フレーク対策、CI統合まで、2026年版の実務トラブルシューティング完全版。