how to download a file directory from github code example
Example: download a github folder
curl {url for downloading zip file} | 7z a -tzip {project name}-{branch name}/{folder path in that branch}
curl {url for downloading zip file} | 7z a -tzip {project name}-{branch name}/{folder path in that branch}