Live data from Hacker News

The proper way to contribute on Github

github.com

31–35 of 35 posts

Re: The proper way to contribute on Github

#33

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

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.

Post reply on HN