Hacker News new | ask | show | jobs
by saagarjha 2157 days ago
It's a little bit of work, but really it's surprising how well Git works with the dumbest servers. I run a number of Git mirrors off a $5 VPS served from a folder that I run python3 -m http.server in; it's literally just that and it works beautifully.
2 comments

And what about ssl?
Ignored ;)
Agreed, git is great!