Hacker News new | ask | show | jobs
by rmgraham 2452 days ago
If you're using rebase there's the `--committer-date-is-author-date` and `--ignore-date` flags. One uses the author date for both and the other uses the commit date for both.

Without using either flag rebase should update the commit date and preserve the author date.

If by rebase you meant GitHub's rebase merge option I think you're out of luck :-/

1 comments

They might be just what I am looking for! I will check them out soon. Thank you! :)