使用 Link to heading

git有一个指令为bisect,可以使用这个进行commit标记,来进行bug追踪查找对应的提交,从而发现bug位置,当然……前提是你的commit是严格按照一个commit为一个atom这样的概念进行的。

参考 Link to heading

博客:http://www.techug.com/post/git-bisect-debug-method.html

git文档:https://git-scm.com/docs/git-bisect