That post aged like wine.

  • Jason2357@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months 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
      5
      ·
      2 months ago

      Yeah migrating Git is as easy as it gets in my opinion :) Add remote, push, tada.

        • Deestan@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 months 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.

          • rhabarba@feddit.orgOP
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 months ago

            I don’t want to convert anyone. :-) Just because you suggested it can’t be easier. I warmly recommend anyone to try it though.