How can I setup my git project to only clone/checkout certain directories.
In my project I have the following directories
/dira
/dirb
/dirc
In some cases I would only like to checkout dira
, in some cases I would only like to checkout dirb
, and in some cases I would only like to checkout dirc
. There are also times I would want to checkout all 3 directories.