Comment on Anyone knows a good lightweight self-hosted alternative to GitHub?
russjr08@outpost.zeuslink.net 1 year agoAnd if you really want even more barebones, you can just do git init --bare
into a directory on your VPS, and then git clone user@your.ip.here:path/to/the/directory
and use git as you would normally!