Answers for "git pull branch by another user"

1

git pull from another user

git pull https://[email protected]/projectfolder/projectname.git master
or
git pull origin <branch>
Posted by: Guest on December-15-2020
4

git pull from another branch

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language