minus-squareArmainAP@programming.devtoProgramming@programming.dev•Why do some people fork repos but make no changes to them?linkfedilinkarrow-up9·21 hours agoGitHub nukes forks when the original repository is deleted. The correct way to handle your use case is by creating pull mirrors, ideally on a different host. linkfedilink
GitHub nukes forks when the original repository is deleted. The correct way to handle your use case is by creating pull mirrors, ideally on a different host.