TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to review GitHub PR with multiple authors?

1 点作者 scriptle大约 10 年前
Github&#x27;s pull request and commenting on code commits and pull requests is amazing. But when reviewing pull requests where multiple persons have contributed code to the same PR, it becomes quite complicated to map code in PR to the commit or the original author.<p>Say A did a commit `aaa` and B did a commit `bbb`, and there is a pull request with these 2 commits, and I comment on the pull&#x2F;1&#x2F;files, it doesn&#x27;t link to either `aaa` or `bbb` nor its original authors. Is there anyway to do this without manually finding each of the author informing each of the author that your code requires improvement.<p>I&#x27;m trying to do something like git-blame on PRs or link line numbers to commit hashes. Github doesn&#x27;t support this feature. Is there any workaround to do this, or if not for PR, is there anything else that I can use to do this ?

暂无评论

暂无评论