git ssh repo ================== Clone a repository ----------------------- To clone a repo, do:: git clone git@myaddress.site:myproject.git this is a shorthand for:: git clone ssh://git@myaddress/home/git/myproject.git