Cloning an Existing Repository

In place:

git clone git@github.com:github_username/github_repository_name.git .

Creates new directory as the repository name:

git clone git@github.com:github_username/github_repository_name.git

Creates new directory as exampledirectory:

git clone git@github.com:github_username/github_repository_name.git exampledirectory