Stan Blog

學習過程中的一些記錄

[Git] git bisect

git bisect,可以快速找到壞掉的 commit


# step.1
$ git bisect start

# step.2
$ git bisect good <commit>

# step.3
$ git bisect bad <commit>


Ref:

Comments

comments powered by Disqus