Comment on GitHub is no longer independent at Microsoft after CEO resignation
Jason2357@lemmy.ca 19 hours agoA 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 18 hours ago
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 6 hours ago
Top notch stepdad.
Jason2357@lemmy.ca 14 hours 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.