Any client with SSH access to the machine can then clone the repository
* git clone username@hostname:/path/to/repository
[ e.g. git clone git@git.cloudoffice.io:coorg.git ]
Clone a branch,
* git clone -b branch_name username@hostname:/path/to/repository
[ e.g. git clone -b 123p git@git.cloudoffice.io:coorg.git ]
* git clone username@hostname:/path/to/repository
[ e.g. git clone git@git.cloudoffice.io:coorg.git ]
Clone a branch,
* git clone -b branch_name username@hostname:/path/to/repository
[ e.g. git clone -b 123p git@git.cloudoffice.io:coorg.git ]
Comments
Post a Comment