Answers for "git pull from another repository"

2

git pull from another branch

git pull origin <branch-name>
Posted by: Guest on February-10-2021
5

git pull on another branch

git fetch origin master:master
Posted by: Guest on August-28-2020
0

git pull from another repository

git pull https://some-other-repo.git master:master
Posted by: Guest on October-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language