That post aged like wine.

  • Jason2357@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Git is distributed by design, so I lean into that. I self-host, and use codeberg, and still collaborate with people who won’t leave github. Forgejo has built in pull or push mirrors that make it very easy, but you can also set multiple remotes in your local git repo.

        • Deestan@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          Well, sure. scp -r source target works with git too. And pretty much everything if you have/want filesystem as your access point.

          Appreciate learning about fossil, but switching all my stuff to a different VCS entirely is overkill, and I can’t see it doing anything easier, simpler or better than git. Especially if I want to make it easy for others to depend on my stuff.