I have a host and a server machines with established SSH connection between them. On the server I have a fresh created git repository.
I want to clone this repository from server to a host via SSH connection. As far as I understand, I should use next command:
git clone <USER>@<SERVER>:<REMOTE GIT ROOT DIRECOTRY>/<REPOSITORY>.git Here is a questions:
Where from I get a <REPOSITORY> name?