git clone a folder in a repository to another repository 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 .