balme
Git blame提供有关文件中每一行的更多信息,包括最后修改时间,作者和提交哈希。
您可以在项目中的每个文件中找到 blame按钮。
选择 blame按钮时,您会看到一个带有说明信息的文件页面:
如果将鼠标悬停在中的提交上,您将看到该提交的确切日期和时间。
历史提交 Blame
要查看特定行的早期修订,请在此更改之前单击查看责备",直到找到您有兴趣查看的更改为止:
与 git 协作
在git
的命令行中,文件的blame
则等效命令为git blame <filename>
。例如,如果你想找到README
在本地目录中的文件blame
有关信息,可以运行以下命令:
git blame README
您将看到类似于以下内容的输出,其中包括 UTC 格式的提交时间:
fb0fc7d6 (Someone 2019-11-07 22:21:22 +0100 1)
^764ca75 (Someone else 2019-10-05 23:40:24 -0600 2) # CODE CHINA Documentation
^764ca75 (Someone else 2019-10-05 23:40:24 -0600 3)
0e62ed6d (Someone 2019-11-26 21:44:53 +0000 4) This project hosts the repository used to generate the CODE CHINA
0e62ed6d (Someone else 2019-11-26 21:44:53 +0000 5) documentation website