this post was submitted on 22 Aug 2026
259 points (98.9% liked)

Technology

87515 readers
3071 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dudeface@lemmy.world 23 points 2 days ago (2 children)

Git is meant to be decentralised

[–] Zwuzelmaus@feddit.org 22 points 2 days ago

And it is.

Github isn't.

[–] MonkderVierte@lemmy.zip 4 points 2 days ago (1 children)

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.

[–] dudeface@lemmy.world 9 points 2 days ago (1 children)

I don’t think you know how git works

[–] MonkderVierte@lemmy.zip 2 points 2 days ago* (last edited 2 days ago) (1 children)

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?

[–] Anafabula@discuss.tchncs.de 9 points 2 days ago (1 children)

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

[–] mesamunefire@piefed.social 2 points 2 days ago

Its quite common in some industries. Lots of different git remote references no github. It works well when you dont care or dont want piulic repos out in the wild.

I used to do a ton of contract work that way. It went away forva bit but about 3 years ago its coming back. Ive heard complaits about ai and that github is much less stable.

You cant have downtime in some industries.