this post was submitted on 14 Aug 2025
3 points (100.0% liked)

Technology

74073 readers
3030 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
 

That post aged like wine.

you are viewing a single comment's thread
view the rest of the comments
[–] Deestan@lemmy.world 1 points 2 days ago (2 children)

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.

[–] Jason2357@lemmy.ca 2 points 1 day ago (1 children)

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 2 points 1 day ago (1 children)

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

[–] tux0r@feddit.org 0 points 1 day ago* (last edited 1 day ago) (1 children)

Migrating Fossil: scp my-repo.fossil ssh://new/repos/ - tada

[–] Deestan@lemmy.world 1 points 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.

[–] magikmw@piefed.social 1 points 1 day ago (1 children)

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.

[–] tux0r@feddit.org 0 points 1 day ago (1 children)

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

[–] magikmw@piefed.social 1 points 1 day ago

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