zlacker

[parent] [thread] 1 comments
1. jeroen+(OP)[view] [source] 2024-01-18 19:13:00
If Github doesn't realise you forked the project, it doesn't appear in the list of forks, which a lot of companies use when sending an actual DMCA notice to Github.

I'm not sure what you'd need to do to disconnect your fork, but clicking the "fork" button will often get your repo automatically taken down if the parent repository gets DMCA'd.

If the commit history is different (say, because you rebased the project onto a slightly different initial state), Github won't auto-detect the fork as easily, so the lawyers would need to find your project and include it in their takedown notice.

replies(1): >>sokolo+xQ
2. sokolo+xQ[view] [source] 2024-01-18 23:31:37
>>jeroen+(OP)
When I read ‘git clone’, I assumed “on the command line of a machine you control, run git clone” not “use GitHub’s repo fork web interface action”.
[go to top]