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.
我想将我的一个旧存档项目推送到 GitHub,并且我想保留原始文件日期(27/08/2011)。可能吗?谢谢。
每个提交都存储提交的创作日期以及提交提交到存储库的日期。
执行git log --format=fuller存储库操作将打印这些日期。
git log --format=fuller
当您推送到 GitHub 时,这些提交将被推送且未经修改,其中包含所有元数据信息。因此,将保留执行这些提交的日期。