Answers for "how to pull down a specific branch from github"

-2

how to pull down a specific branch from github

git clone -b <branch> <remote_repo>
Posted by: Guest on September-09-2020

Code answers related to "how to pull down a specific branch from github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language