Create a Repository

Create a new local repository

$ git init [project name]

Clone a repository

$ git clone git\_url

Clone a repository into a specified directory

$ git clone git\_url my\_directory
Comments