Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常,当我将鼠标悬停在 Git Gui Blame 中的行上时,它会显示一个工具提示,其中仅包含提交哈希、作者/日期和评论。
但我刚刚看到一个显示 2 个提交的提示 - 标题为“最初由”,然后是“复制或移动到这里”:
这些到底是什么意思?Git Blame 是否以某种方式检测到代码行何时被移动或复制?