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