如何使伪造的git提交日期?

tre*_*tre 7 git commit

我想改变我的历史。

是否可以更改提交日期或使用过期日期进行新提交?

我只考虑更改系统日期。

Dre*_*kes 12

--date提交时使用该选项:

git commit --date "Wed Feb 16 14:00 2037 +0100"
Run Code Online (Sandbox Code Playgroud)

以下是受支持的日期格式:

https://git-scm.com/docs/git-commit#_date_formats