git bisect
#git
概要
$ git bisect start <bad-commit> <good-commit>
$ git bisect start HEAD V1.0
バグが入ったコミットを特定してくれる
操作
$ git bisect reset
bisect実行前の状態に戻す
$ git bisect log
bisectの二分探索ログを見る
検査開始
①範囲指定②確認スクリプトの指定
code:git
git bisect start <bad-commit> <good-commit>
git bisect run スクリプト