我想在Github上创建一个存储库,以便我可以设置过去创建的存储库的日期。我需要这样做,因为我是github的新手,并希望在我完成项目的日期完全上传我在github上的所有过去的项目。
请帮忙。提前谢谢!
答案 0 :(得分:1)
项目日期基于项目范围的git仓库(默认情况下您在项目中创建.git
文件夹的日期)创建日期而不是您在Github上创建项目的日期
您实际上可以在Git中设置旧提交的时间戳。 How can one change the timestamp of an old commit in Git?
答案 1 :(得分:0)
没有选项可以手动设置存储库的创建日期,创建日期不是问题。事情是你的第一次提交的TimeStamp就是全部。有关您的存储库https://api.github.com/repos/username/repository_name和https://api.github.com/repos/username/repository_name/commits的详情,请查看此信息 并检查Change the Date of Old Commits
答案 2 :(得分:0)
您可以更改提交的日期,但不会更改通过API https://developer.github.com/v3/repos/#get-a-repository可见的存储库的日期。因此,您无法更改AFAIK。