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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why GitHub doesn't count forks in the contribution matrix?

2 点作者 spapas82超过 2 年前
When you fork a repository, GitHub won&#x27;t add any contributions you make to the fork in your contribution matrix. These will be counted only after you create a PR to the original repo and it gets merged!!!<p>Can anybody explain why GitHub works like this and if there&#x27;s a way to disable it for my forks?<p>I understand that instead of forking through github I could &quot;fork&quot; manually by cloning and changing the origin to my repo, but why not make it easy?

2 条评论

TylerE超过 2 年前
Because then they’d be flooded with spam forks to make number go up.
verdverm超过 2 年前
Wouldn&#x27;t they be double counted if you did that? Once for your fork, twice after merge?