Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

What is the point of empty forks?

I see this so often, but I don't understand it. Some people just fork a huge amount of repos and never commit anything to them. What's the point? Are they trying to pad their profile for potential employers or what?

It just clutters your active repos. Personally, I just remove forks once my PR gets merged upstream. And I only fork when I'm ready to push a commit.

Is there something I'm missing?

View original on programming.dev
26

10 replies

lemmy.world

I’ve forked a couple projects that I just wanted a copy of in case the upstream is deleted.

40
hperrinreply
lemmy.world

I’m not sure what you mean, but if someone deletes their GitHub repo, there’s no way to fork it. If you forked it before they deleted it, then your fork remains.

9

They might not have always been empty. Could be that there was a branch for a PR that got merged, so the branch was deleted.

28

I fork the version I deploy in prod across multiple machines. I find it makes my life easier and I never need to learn any cli other than git clone and git pull.

9

Tbf forks should be separated in the repo view on GitHub from repos you've created

1

You reached the end

What is the point of empty forks? | Spyke