You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|