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

zzz6519003 · 2019年10月07日 · 最后由 heroyct 回复于 2019年10月11日 · 4113 次阅读

。。

clone 到本地,。。。

pynix 回复

I'll try hacking!

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

需要 登录 后方可回复, 如果你还没有账号请 注册新账号