Comment on What is the easiest way to have a self hosted git server?
bacon_pdp@lemmy.world 2 weeks ago
git init --bare
And then just ssh to the server to push/pull. It can’t be any simpler
Comment on What is the easiest way to have a self hosted git server?
bacon_pdp@lemmy.world 2 weeks ago
git init --bare
And then just ssh to the server to push/pull. It can’t be any simpler