download a github folder

C++
svn checkout https://github.com/user/repo/branches/mybranch/folder
curl {url for downloading zip file} | 7z a -tzip {project name}-{branch name}/{folder path in that branch}

Source

Also in C++: