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 blame在存储库中的每个文件上运行并处理每个文件,但我想知道是否有更简单的选项。
git blame
您可以使用 git blam 告诉您文件中的单行更新是谁以及何时更新,您可以轻松找到最旧的更新行 这是命令
混帐责备triple_welcome.rb