-
Short answer. |
Beta Was this translation helpful? Give feedback.
Answered by
montasim
Oct 26, 2022
Replies: 1 comment
-
The git pull origin master fetches all the changes from the master branch onto the origin and integrates them into the local branch. git pull = git fetch + git merge origin/ master After having gone through the beginner level Git interview questions, let us now look at intermediate GIT interview questions and answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olx24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The git pull origin master fetches all the changes from the master branch onto the origin and integrates them into the local branch.
git pull = git fetch + git merge origin/ master
After having gone through the beginner level Git interview questions, let us now look at intermediate GIT interview questions and answers.