Answers for "how to pull the changes from master to branch"

1

what command do you use to pull any changes from the master repository into your local repository?

git fetch <remote> <branch>
Posted by: Guest on September-07-2021
0

how to pull remote changes to local branch

git pull origin my_remote_branch
Posted by: Guest on March-21-2022

Code answers related to "how to pull the changes from master to branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language