Trying to use the git clone command. My understanding (please correct if wrong) was that in order to host a Git repository you just need a machine running ssh and t
git clone
I used
git clone mysite.net:/path/to/site
which worked for me.