I’ve seen some projects on GitHub (howdy being one of them that came to mind) where there are forks, but when I check the forks out they are either unchanged, or are behind by a few commits. I was wondering why this would happen. It couldn’t be for archival purposes, could it?

  • plm00@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    I’ve forked before when I needed a specific version easily stored somewhere, like a Node package. Or if I intended to make changes but didn’t have write access. Or I wanted to save a repository in a way where I can easily find it in my repo list. But more often than not, I intended to pull down the code and contribute to it but for one reason or another didn’t.