I have a git repository that includes subdirectories. Example dirA/dirB.
Is there any way to do a git clone
on a Unix server to pull only files from a subdirectory (dirB)?
Is there some other git command other than clone that will do this?
How do I git a specific file?