you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 1 year ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 29 points 1 year ago (2 children)

    The issue tracker is usually the concern

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 1 year ago (1 child)

    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...

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago (2 children)

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

  • source
  • parent
  • hideshow 4 child comments