OneMeaningManyNames@lemmy.ml to Memes@lemmy.mlEnglish · 1 year agoSo much for Blockchain's real life use caseslemmy.mlimagemessage-square132fedilinkarrow-up1225arrow-down120
arrow-up1205arrow-down1imageSo much for Blockchain's real life use caseslemmy.mlOneMeaningManyNames@lemmy.ml to Memes@lemmy.mlEnglish · 1 year agomessage-square132fedilink
minus-square_MusicJunkie@beehaw.orglinkfedilinkarrow-up0arrow-down2·1 year agoFor each project there is one authoritative instance, one “server” that everyone pushes to. Otherwise you get chaos.
minus-squareAsyx@lemmy.mllinkfedilinkarrow-up4·1 year agoThat’s not a git thing though. You can totally have multiple remotes and the remotes are just git repositories themselves. Git is 100% decentralized. There is technically nothing stopping you from having multiple remotes.
minus-squareperishthethought@lemm.eelinkfedilinkEnglisharrow-up2·edit-21 year agoThat may be how you use it, but that’s not baked into git. See my previous response. There’s a bunch of FUD in this thread for some reason.
minus-squareThann@lemmy.mllinkfedilinkEnglisharrow-up1·1 year agoPeople want simple answers, and “blockchain bad” seems to satisfy many
minus-squareThann@lemmy.mllinkfedilinkEnglisharrow-up2·1 year agoAnd nobody ever forked a project, and lived happily ever after, then end.
minus-square_MusicJunkie@beehaw.orglinkfedilinkarrow-up1arrow-down1·1 year agoIf you want to work with the original project, you have to push to the server that controls the original project.
minus-squareThann@lemmy.mllinkfedilinkEnglisharrow-up3·1 year agoNo you don’t, you can just fork it, add a commit, and walk away, and everyone can decide which one they want to clone
minus-squareTja@programming.devlinkfedilinkarrow-up2·1 year agoOtherwise you get git. You’re describing svn.
For each project there is one authoritative instance, one “server” that everyone pushes to. Otherwise you get chaos.
That’s not a git thing though. You can totally have multiple remotes and the remotes are just git repositories themselves. Git is 100% decentralized. There is technically nothing stopping you from having multiple remotes.
That may be how you use it, but that’s not baked into git. See my previous response. There’s a bunch of FUD in this thread for some reason.
People want simple answers, and “blockchain bad” seems to satisfy many
And nobody ever forked a project, and lived happily ever after, then end.
If you want to work with the original project, you have to push to the server that controls the original project.
No you don’t, you can just fork it, add a commit, and walk away, and everyone can decide which one they want to clone
Otherwise you get git. You’re describing svn.