I wish to clone a repository onto my local machine which has the following structure:
project
├── folder1
├── folder2
├── file1
└── file2
file1 and file2 are huge and it is taking me forever to check them out. I'm not interested in writing to the repository, I only want to access some files in folder1 in a once-off, read-only manner.