themachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 22 days agoNintendo Wipes Out 400+ Switch Emulator Repos in Single-Day GitHub Sweep * TorrentFreaktorrentfreak.comexternal-linkmessage-square35linkfedilinkarrow-up1106 cross-posted to: piracy@lemmy.dbzer0.com
arrow-up1104external-linkNintendo Wipes Out 400+ Switch Emulator Repos in Single-Day GitHub Sweep * TorrentFreaktorrentfreak.comthemachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 22 days agomessage-square35linkfedilink cross-posted to: piracy@lemmy.dbzer0.com
minus-squaredudeface@lemmy.worldlinkfedilinkEnglisharrow-up5·22 days agoI don’t think you know how git works
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up1arrow-down1·22 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-up3·22 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
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