git clone git@github.com:whatever folder-name
git clone URLofRepo .
git clone [repo] cd [name of sub-dir] git filter-branch --prune-empty --subdirectory-filter [path to sub-dir] HEAD
$ git clone origin-url .