rebase 修改提交信息
rebase 修改 commit date & auth date
git loggit rebase -i <commit-hash>^pick abcdef1 Your commit message
pick 1234567 Another commit message
...edit abcdef1 Your commit message
pick 1234567 Another commit message
...GIT_COMMITTER_DATE="YYYY-MM-DD HH:MM:SS" git commit --amend --no-edit --date "YYYY-MM-DD HH:MM:SS"最后更新于