logoalt Hacker News

skydhashyesterday at 10:15 PM1 replyview on HN

> ps. How do you easily get to the first commit in a repo on GitHub? Browsing commit history feels rather tedious

I usually check the history of a file not easily changed like .gitignore.

The first commit seems to be this one

https://github.com/malisper/pgrust/commit/22113dc36b02973060...


Replies

isattytoday at 3:12 AM

Very smart. I like it.