how to clone a specific directory in git 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 .