github how to clone only a folder code example
Example: github clone to local folder
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git