how to clone a particular folder in github through git 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