TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby spapas82over 2 years ago
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 comments

TylerEover 2 years ago
Because then they’d be flooded with spam forks to make number go up.
verdvermover 2 years ago
Wouldn&#x27;t they be double counted if you did that? Once for your fork, twice after merge?