My experience with git consists of about 4 hours reading github and bitbucket help pages and setting up my local repositories and ssh keys on my computer, so please excuse me if the answer is rather obvious.
I will use 538's github as an example to ask my question.
On my local computer, once I initialize my git folder and have been added to the list of contributors, I know I can download a local copy of the whole folder.
However for example sake, lets say I was only interested in the nba-draft-2015 subdirectory.
From reading How to pull specific directory with git and How to git-pull all but one folder it appears that there is a way to just download the sub directory folder.
Assuming the location or my repo locally is ~/repo, could someone give me what commands I would type into git for this specific example with the 538 data?
I have read the other SO pages and didn't completely understand the links and answers, so I think an example with the 538 page would help best illustrate it for me.