7 ms·
> How do you easily get to the first commit in a repo on GitHub? You can use the syntax github.com/user/repo/commits/?after=last_commit_hash+number_of_commits-
by EDM115 2mo ago
> How do you easily get to the first commit in a repo on GitHub?
You can use the syntax github.com/user/repo/commits/?after=last_commit_hash+number_of_commits-2 (-1 for the latest and -1 for the last)
ex : https://github.com/malisper/pgrust/commits/?after=3646a73515a5e4ac7d0b7df88c61b180e1cabdb2+7099 https://github.com/malisper/pgrust/commits/?after=3646a73515...