how to clone directory from github code example
Example 1: git clone with folder name
git clone [email protected]:whatever folder-name
Example 2: github clone to local folder
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git