Answers for "how pull branch on other repo"

6

git pull from another branch

git pull origin <branch-name>
Posted by: Guest on February-10-2021
-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 "Shell/Bash"

Browse Popular Code Answers by Language