how to clone a folder from a repo code example
Example: how to git clone into a directory
git clone [email protected]:whatever folder-name
git clone [email protected]:whatever .
git clone [email protected]:whatever folder-name
git clone [email protected]:whatever .