this post was submitted on 11 Aug 2025
1133 points (99.5% liked)

Technology

73967 readers
4285 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
you are viewing a single comment's thread
view the rest of the comments
[–] Jason2357@lemmy.ca 23 points 2 days ago (1 children)

A forge like Codeberg is great for collaboration, but if you mean private as in just-for-yourself, pushing to a bare repo on just about anything will get it done. No need for a software forge. If you already sync files somehow, like some dropbox equivelant, put bare repos on there and push/pull from there. That said, forgejo is very easy to self-host and the identical UI to Codeberg.

[–] Cenzorrll@lemmy.world 13 points 2 days ago (2 children)

I don't do any development, but my stepkid is starting to get into it, so I set up a forgejo container on my server. I had zero issues setting it up and now I'm planning on using it for my own purposes.

[–] davidagain@lemmy.world 2 points 2 days ago

Top notch stepdad.

[–] Jason2357@lemmy.ca 3 points 2 days ago

Git is great for a folder of plain text notes and writing. Even binary files are okay, but you don’t benefit from the line-by-line diffs.