Answers for "how to pull an push to a branch"

5

how to pull remote branch into local branch

git fetch origin <branch-name>
Posted by: Guest on March-25-2021
1

push local branch changes to remote branch

git push -u origin localBranch:remoteBranchToBeCreated
Posted by: Guest on November-04-2020

Code answers related to "how to pull an push to a branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language