瞎扯淡 Github 如何跳到第一个 commit?

zzz6519003 · October 07, 2019 · Last by heroyct replied at October 11, 2019 · 4115 hits

。。

clone 到本地,。。。

Reply to pynix

I'll try hacking!

Reply to heroyct

网页咋 log

  1. 记下 commit 总数,count = commit - 2
  2. 点击 repo latest commit 进入到最近的 commit 页面,把 url 的 /commit/<commit-id> 部分修改成 /commits/master?after=<commit-id>+<count>
  3. 完成。

如 rails/webpacker 目前的 commit 数是 1095,找到 first commit 是在 https://github.com/rails/webpacker/commits/master?after=2cef2fd6c20876704062c40dd612c219166deed7+1093

You need to Sign in before reply, if you don't have an account, please Sign up first.