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.
montpelliermaalsi2024/forge/gitserver/readme.rst

14 lines
232 B
ReStructuredText

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