Comment on What is the easiest way to have a self hosted git server?

SpookyMulder@twun.io ⁨13⁩ ⁨hours⁩ ago

SSH is all you need. You can clone directly from one .git directory to another.

e.g

git remote add desktop git@desktop:project/.git
git push desktop main --set-upstream

source
Sort:hotnewtop