git clone https://github.com/sferik/sign-in-with-twitter.git signin
git clone git@github.com:whatever folder-name
git clone https://github.com/abcduser/abcdrepo.git efgrepo
git clone repo-url full-path-to-folder
# example
git clone git@github.com:org/repo.git /full/path/to/folder
# will clone "repo" to "/full/path/to/folder"
cd /full/path/to/folder/
git status
git clone https://github.com/sferik/sign-in-with-twitter.git signin
With same Git Repository name
git clone git@github.com:whatever folder-name
With Different Git Repository name
git clone https://github.com/sferik/sign-in-with-twitter.git signin