That post aged like wine.

  • Deestan@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 day ago

    Time to move my lazy ass and finally do that migration I’ve been putting off.

    What alternatives are you guys recommending? I’ve heard good things of Codeberg so far.

    • somerandomperson@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 day ago

      The best alternative is to selfhost forgejo (codeberg’s backend) which is libre unlike gitea. If you don’t have the hardware to selfhost, you can use codeberg itself.

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

        It depends on whether Git is a requirement. If it’s not, the infrastructure requirements for Forgejo are still higher than Darcshub or Fossil. If you’d like to have Git with a decent web interface, but you don’t absolutely need pull requests or whatever, Stagit is another lovely option.

    • Jason2357@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day 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
            ·
            1 day 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
              ·
              1 day 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.

    • magikmw@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      I hope I wont get brigaded, but of hosted options I like Gitlab. They are fairly transparent as a company, and I’ve used their community edition for work and private projects for nearly a decade.

      Not just hosting, I like their CI/CD and devops features too.

      • rhabarba@feddit.orgOP
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 day ago

        Gitlab-the-company isn’t really much different from GitHub-the-company, to be honest.

        • magikmw@piefed.social
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          One is owned by Microsoft, the other is still effectively independent. Idk if I’d call it not much different.

    • panda_abyss@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      I self host forgejo for my personal projects

      I have not moved my open source stuff off gh.

    • rhabarba@feddit.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      I use Fossil (a DVCS that’s not Git-based) for most of my code. The main reason is that self-hosting (and keeping backups of) it is incredibly easy: One Fossil repository is one file. For those who absolutely require Git interaction for any reason, one-way mirrors are perfectly possible.