。。
clone 到本地,。。。
I'll try hacking!
https://stackoverflow.com/questions/28533602/how-do-i-navigate-to-the-earliest-commit-in-a-github-repository 我开始以为要在本地git log --reverse,结果发现网页上也可以
git log --reverse
网页咋 log
count = commit - 2
/commit/<commit-id>
/commits/master?after=<commit-id>+<count>
如 rails/webpacker 目前的 commit 数是 1095,找到 first commit 是在 https://github.com/rails/webpacker/commits/master?after=2cef2fd6c20876704062c40dd612c219166deed7+1093
@zzz6519003 https://stackoverflow.com/a/52342352/9960405
和@zhengpd 说的一样。