sh Git rebase不会更改提交时间戳

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Git rebase不会更改提交时间戳相关的知识,希望对你有一定的参考价值。

git rebase
#THEN
git filter-branch --env-filter 'GIT_COMMITTER_DATE=$GIT_AUTHOR_DATE; export GIT_COMMITTER_DATE'

#OR
git rebase --committer-date-is-author-date

以上是关于sh Git rebase不会更改提交时间戳的主要内容,如果未能解决你的问题,请参考以下文章

git的提交突出--git rebase之abortcontinueskip

使用 `git rebase` 更改旧的提交消息

如何 git rebase -i 编辑并查看过去的提交更改

git rebase 删除仅包含行尾更改的提交

Git rebase 更改作者? [复制]

Git:提交日期的批量更改