this post was submitted on 28 Mar 2025
2264 points (99.2% liked)

Technology

70029 readers
4369 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ftbd@feddit.org 25 points 1 month ago (1 children)

Git is already decentralized, nothing is stopping you from adding multiple remotes to your repo.

[–] twice_hatch@midwest.social 29 points 1 month ago (2 children)

The issue tracker is usually the concern

[–] lemmydividebyzero@reddthat.com 4 points 1 month ago (1 children)

Yeah, that was my point in the first comment... But not only that...

The development with multiple people is decentralized, yes...

But even, if I add 3 remotes to my repo (1 to GitHub, 1 to Forgejo instance A and 1 to Forgejo instance B), guess what happens, if you don't have an account on each of these... Try pushing code or making a pull request and see how it fails, because you are not authenticated...

[–] xigoi@lemmy.sdf.org 0 points 1 month ago* (last edited 1 month ago)

SourceHut encourages an e-mail–based workflow that does not require anyone but the repository owner to have an account. In fact, that’s how Git originally worked before GitHub enshittified it.

[–] xigoi@lemmy.sdf.org 2 points 1 month ago (2 children)

How would decentralization work for an issue tracker? The issues have to be stored somewhere.

[–] WhyJiffie@sh.itjust.works 4 points 1 month ago

naturally on the instance that hosts the repo

[–] pinball_wizard@lemmy.zip 2 points 1 month ago

The issues should be central, but it would be nice for my reputation as a contributor to migrate between instances.