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 diff 和 git log 选项,以找到一种方法来跟踪 repo 中给定的源代码行历史记录(分支、作者、提交消息等),但我没有看到类似的东西。
有没有第三方 git 工具可以做到这一点?
你要
git blame
如果代码行来自历史上某个时间点的另一个文件并且您想要跟踪它,您可以
git blame -M