git - Clone only a subfolder in repository -
this question has answer here:
- how clone subdirectory of git repository? 10 answers
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
Post a Comment