Hacker News new | ask | show | jobs
by dmiladinov 4652 days ago
Add a commit for yesterday (I just picked whatever arbitrary time):

   git commit -a -m "Insightful Commit Note" --date "2013-09-25 08:24:32"
Might also be worth mentioning the [difference between commit date and author date][1]

[1]: http://stackoverflow.com/a/11857467/114359

1 comments

It's actually slightly annoying that Github sorts the commits by commit date instead of the author date. When you rebase your branch a few times to clean up the history, you may end up with a PR commit overview that does not chronologically reflect what happened during development.

Makes PR reviews a bit confusing at times.