I wanted to clone a sub directory https://github.com/CoreyMSchafer/code_snippets/tree/master/Django_Blog/12-Password-Reset/django_project
from the parent directory
https://github.com/CoreyMSchafer/code_snippets.git
I have gone through some Stack Overflow answers and they say that Git is not designed to download specific files from root folder.
I tried below commands in my cmd
git clone https://github.com/CoreyMSchafer/code_snippets.git -b code_snippets/tree/master/Django_Blog/12-Password-Reset/django_project but it did not work out.
if this might be a possible duplicate question.