themachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · edit-219 days agoNintendo Wipes Out 400+ Switch Emulator Repos in Single-Day GitHub Sweep * TorrentFreaktorrentfreak.comexternal-linkmessage-square45fedilinkarrow-up1255arrow-down14
arrow-up1251arrow-down1external-linkNintendo Wipes Out 400+ Switch Emulator Repos in Single-Day GitHub Sweep * TorrentFreaktorrentfreak.comthemachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · edit-219 days agomessage-square45fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up4·19 days agoYeah, but it needs a address to point to, to work with others repositories. Which with http is centralized. Wouldn’t be with a distributed protocol.
minus-squaredudeface@lemmy.worldlinkfedilinkEnglisharrow-up10arrow-down1·19 days agoI don’t think you know how git works
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up3arrow-down1·edit-219 days agoI do know that it keeps a local copy of the repo. But it’s not designed to work with a pool, so it needs a specific address to work together/clone/share repos. I’m by no means an expert in git, did i overlook something?
minus-squareAnafabula@discuss.tchncs.delinkfedilinkEnglisharrow-up9·18 days agoTechnically you can add as many remotes to a repo as you want and push/pull to any/all of them. Might be annoying though
Yeah, but it needs a address to point to, to work with others repositories. Which with http is centralized. Wouldn’t be with a distributed protocol.
I don’t think you know how git works
I do know that it keeps a local copy of the repo. But it’s not designed to work with a pool, so it needs a specific address to work together/clone/share repos.
I’m by no means an expert in git, did i overlook something?
Technically you can add as many remotes to a repo as you want and push/pull to any/all of them. Might be annoying though