git - Clone only a subfolder in repository -


this question has answer here:

i wish clone repository onto local machine has following structure:

project ├── folder1 ├── folder2 ├── file1 └── file2 

file1 , file2 huge , taking me forever check them out. i'm not interested in writing repository, want access files in folder1 in once-off, read-only manner.

no, not possible using git.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -