GIT --@work
Create a repository
git init
initializes a new, empty repository, inside the current directory
git clone https://
[email protected]/
stefanprutianu/git-scm-remote.git
clones the remote repository on the local machine, inside a
newly created git-scm-remote folder