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 服务器的仓库的本地克隆。我注意到的是,返回的历史摘要中返回git log的日期与我们的 gitweb 服务器视图上的日期不匹配。
git log
任何人都可以解释这些中的每一个如何获得他们的日期,以及为什么他们可能会有所不同?
不同的日期使得跟踪更改变得非常复杂!
我找到了答案:
一个是作者日期,一个是提交日期。
以下博客让我非常清楚:
http://www.alexpeattie.com/blog/working-with-dates-in-git/