【发布时间】:2022-06-22 14:38:08
【问题描述】:
在 Git 中,有两种类型的日期:author-date 和 commit-date。
git log shows the author date 默认情况下。同样,GitHub 桌面默认显示author-date。但是,GitHub.com shows the commit-date by default。
到目前为止,我无法在 GitHub.com 网站上找到如何查看 author-date 的提交。虽然this answer 描述了如何在 GitHub API 中查看它,但我没有在网站本身上找到任何关于如何查看它的信息。
有没有办法在一般提交日志页面或个人提交级别查看author-date?
【问题讨论】:
标签: github