39
What is a good alternative to move away from Github?
(lemmy.world)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I mean, if you simply want your code to be available somewhere so that you can access it from anywhere/have a backup, you can just not use any "service" at all. Just make a bare git repo on your server and expose it via ssh.
Only if you really need the collaboration features should you be using these kind of services, otherwise you just don't really need them. (I would use Forgejo from Codeberg.)