Answers for "clone a folder from github"

2

github clone to local folder

cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
Posted by: Guest on March-30-2020
2

download subfolder from github

svn checkout https://github.com/user/repo/branches/mybranch/folder
Or just use: https://download-directory.github.io/
Posted by: Guest on July-17-2020
0

download a github folder

curl {url for downloading zip file} | 7z a -tzip {project name}-{branch name}/{folder path in that branch}
Posted by: Guest on September-17-2020

Code answers related to "clone a folder from github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language