xxxxxxxxxx
git clone https://github.com/sferik/sign-in-with-twitter.git signin
xxxxxxxxxx
git clone https://github.com/sferik/sign-in-with-twitter.git signin
xxxxxxxxxx
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
xxxxxxxxxx
git clone --filter=blob:none --no-checkout <repository_url> <destination_directory>
cd <destination_directory>
git sparse-checkout init --cone
git sparse-checkout set <folder_path>