You could instead have your “primary” remote (a la “origin” in GitHub) in a VPS hosted by a hosting service you trust. The idea is basically just that you don’t actually need a forge to host your git repo, you only the git repo in a file system and an http connection.
You could instead have your “primary” remote (a la “origin” in GitHub) in a VPS hosted by a hosting service you trust. The idea is basically just that you don’t actually need a forge to host your git repo, you only the git repo in a file system and an http connection.
That makes sense actually. So it’s an IaaS setup instead of GH’s crappy Saas.