Answers for "pull a specific branch from github onto a specific branch in our repo"

0

pull a specific branch from github

git checkout -b <branch name>
git pull origin <branch name>
Posted by: Guest on April-01-2022
-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 "pull a specific branch from github onto a specific branch in our repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language