历史阅读实战:从 Bug 回溯到引入 Commit | Git
本章覆盖:reproduce bug;identify suspicious code;blame;log -S / -G;show;compare;bisect connection;issue context;merge commit handling;final root cause note;“找到谁写的”不是最终目的,“找到为什么变化”才是目的。
本章知识点
- reproduce bug
- identify suspicious code
- blame
- log -S / -G
- show
- compare
- bisect connection
- issue context
- merge commit handling
- final root cause note
- “找到谁写的”不是最终目的,“找到为什么变化”才是目的